module SetWithNearest: sig .. end
sig
end
SetWithNearest.Make
module type S = sig .. end
module Make: functor (Ord : Datatype.S) -> S with type elt = Ord.t
functor (
Ord
:
Datatype.S
) ->
S
with type elt = Ord.t