module ExtSSetImp: sig .. end
sig
end
module type S = sig .. end
module Make: functor (Ord : ExtSSet.OrderedType) -> S with type elt = Ord.t and type t = ExtSSet.Make(Ord).t ref
functor (
Ord
:
ExtSSet.OrderedType
) ->
S
with type elt = Ord.t and type t = ExtSSet.Make(Ord).t ref