Module CCSetSource

Wrapper around Set

Sourcetype 'a iter = ('a -> unit) -> unit

Fast internal iterator.

  • since 2.8
Sourcetype 'a printer = Format.formatter -> 'a -> unit
Sourcemodule type OrderedType = Set.OrderedType
Sourcemodule type S = sig ... end
Sourcemodule Make (O : Set.OrderedType) : S with type t = Set.Make(O).t and type elt = O.t