module type S_with_collections =sig..end
A datatype for a type t extended with predefined set, map and hashtbl
over t.
include Datatype.S
module Set:Datatype.Setwith type elt = t
module Map:Datatype.Mapwith type key = t
module Hashtbl:Datatype.Hashtblwith type key = t