module CCSet:sig..end
type'asequence =('a -> unit) -> unit
type'aprinter =Buffer.t -> 'a -> unit
type'aformatter =Format.formatter -> 'a -> unit
module type S =sig..end
module Make(O:Set.OrderedType):Swith type t = Set.Make(O).t and type elt = O.t