Module CCHashconsedSet

module CCHashconsedSet: sig .. end

Hashconsed Sets

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) : S  with type elt = E.t