Module type Mval_intf.Mval

module type Printable = Printable
module type Lattice = Lattice

Make Printable mvalue from printable offset.

Make mvalue Lattice from offset lattice.

module Unit : Printable with type idx = unit

Mvalue with Offset.Unit indices in offset.

module Exp : Printable with type idx = GoblintCil.exp

Mvalue with Offset.Exp indices in offset.

module Z : Printable with type idx = Z.t

Mvalue with Offset.Z indices in offset.