CSet.HashconsCreate hash-consing for sets. The hashing function provided must be compatible with the comparison function.
module M : OrderedTypemodule _ : Hashcons.HashedType with type t = M.tval generate : unit -> tableThis create a hashtable of the hashconsed objects.
val hcons : table -> t Hashcons.fPerform the hashconsing of the given object within the table, and returns the hash.
val stats : table -> Hashset.statisticsRecover statistics of the hashconsing table.