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