Module type Lattice_type.Lattice_Value

module type Lattice_Value = Datatype.S_with_collections

Generic signature for the base elements of a lattice


include Datatype.S
module Set: Datatype.Set  with type elt = t
module Map: Datatype.Map  with type key = t
module Hashtbl: Datatype.Hashtbl  with type key = t