sig
  type t
  val self : string
  val hash : Memory.Chunk.t -> int
  val compare : Memory.Chunk.t -> Memory.Chunk.t -> int
  val pretty : Format.formatter -> Memory.Chunk.t -> unit
  val tau_of_chunk : Memory.Chunk.t -> Lang.F.tau
  val basename_of_chunk : Memory.Chunk.t -> string
  val is_framed : Memory.Chunk.t -> bool
end