Module Util.Set
module type OrderedType = sig ... end
module Make = CSet.Make
module type HashedType = sig ... end
module Hashcons = CSet.Hashcons
Create hash-consing for sets. The hashing function provided must be compatible with the comparison function.