module CCHashSet:sig..end
status: unstable
Since 0.13
type'asequence =('a -> unit) -> unit
type'aprinter =Format.formatter -> 'a -> unit
module type S =sig..end
module type ELEMENT =sig..end
module Make(E:ELEMENT):Swith type elt = E.t