module Offsetmap:sig..end
Maps from intervals to values.
module Make:functor (V:module type of Offsetmap_lattice_with_isotropy) ->module type of Offsetmap_sigwith type v = V.t and type widen_hint = V.numerical_widen_hint
Maps from intervals to values.
module Make_bitwise:functor (V:siginclude Lattice_type.Bounded_Join_Semi_Latticeinclude Lattice_type.With_Narrowinclude Lattice_type.With_Topend) ->module type of Offsetmap_bitwise_sigwith type v = V.t and type intervals = Int_Intervals.t
Maps from intervals to simple values.