module type Lattice_Value = Datatype.S_with_collectionsGeneric signature for the base elements of a lattice
include Datatype.S
module Set:Datatype.Setwith type elt = t
module Map:Datatype.Mapwith type key = t
module Hashtbl:Datatype.Hashtblwith type key = t