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