Module CCMultiSet

Multiset

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