Module Sigs.Compiler.A

module A: Sigs.LogicAssigns  with module M = M and module L = L

module M: Sigs.Model 
module L: Sigs.LogicSemantics  with module M = M
val domain : M.loc Sigs.region -> M.Heap.set
Memory footprint of a region.
val apply_assigns : M.sigma Sigs.sequence -> M.loc Sigs.region -> Lang.F.pred list
Relates two memory states corresponding to an assigns clause with the specified set of locations.