Module CCSet
Wrapper around Set
- since
- 0.9
type 'a sequence = ('a -> unit) -> unit- deprecated
use 'a iter instead
type 'a iter = ('a -> unit) -> unitFast internal iterator.
- since
- 2.8
type 'a printer = Format.formatter -> 'a -> unit
module type OrderedType = Set.OrderedType
module type S = sig ... endmodule Make : functor (O : Set.OrderedType) -> S with type Make.t = Set.Make(O).t and type Make.elt = O.t