Module CCSet

module CCSet: sig .. end

Wrapper around Set


Since 0.9

type 'a sequence = ('a -> unit) -> unit 
type 'a printer = Format.formatter -> 'a -> unit 
module type S = sig .. end
module Make (O : Set.OrderedType) : S 
  with type t = Set.Make(O).t
   and type elt = O.t