module Chunk:Sigs.Chunk
type
t
val self : string
val hash : t -> int
val equal : t -> t -> bool
val compare : t -> t -> int
val pretty : Format.formatter -> t -> unit
val tau_of_chunk : t -> Lang.F.tau
val basename_of_chunk : t -> string
val is_framed : t -> bool
Means the chunk is separated from anyother call side-effects.
If true
, entails that a function assigning everything can not modify
the chunk. Only used for optimisation, it would be safe to always
return false
.