Module CSet.Hashcons
Create hash-consing for sets. The hashing function provided must be compatible with the comparison function.
Parameters
M : OrderedType
H : HashedType with type t = M.t
Signature
type t
= Stdlib.Set.Make(M).t
Type of objects to hashcons.
val stats : table -> Hashset.statistics
Recover statistics of the hashconsing table.