CCMultiSet
type 'a sequence
= ('a -> unit) -> unit
module type S = sig ... end
module Make : functor (O : Stdlib.Set.OrderedType) -> S with type elt = O.t