Module CCMultiSet

Multiset

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