module CCHashconsedSet:sig..end
Sets are hashconsed, so that set equality is physical equality. Some sub-structure that is common to several sets is also perfectly shared.
status: unstable
Since 0.12
module type ELT =sig..end
module type S =sig..end
module Make(E:ELT):Swith type elt = E.t