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