sig
  type t
  type encoded_type = char array
  val encode :
    Shredded_store_sigs.Shredded_Cell_Type.t ->
    Shredded_store_sigs.Shredded_Cell_Type.encoded_type
  val decode :
    Shredded_store_sigs.Shredded_Cell_Type.encoded_type ->
    Shredded_store_sigs.Shredded_Cell_Type.t
  val in_same_cell :
    Shredded_store_sigs.Shredded_Cell_Type.t ->
    Shredded_store_sigs.Shredded_Cell_Type.t -> int -> bool
end