Mval_intf.Mval
module type Printable = Printable
module type Lattice = Lattice
module MakePrintable
(Offs : Offset.Printable) :
Printable with type idx = Offs.idx
Make Printable
mvalue from printable offset.
module MakeLattice (Offs : Offset.Lattice) : Lattice with type idx = Offs.idx
Make mvalue Lattice
from offset lattice.
Mvalue with Offset.Unit
indices in offset.
Mvalue with Offset.Exp
indices in offset.