Make.Cval hash : t -> intval pretty : Format.formatter -> t -> unitval tau_of_chunk : t -> Lang.F.tauThe type of data hold in a chunk.
val basename_of_chunk : t -> stringUsed when generating fresh variables for a chunk.
val is_framed : t -> boolWhether the chunk is local to a function call.
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.