module Float_robust_compare: sig .. end
sig
end
module type S = sig .. end
module Make: functor (T : sig val robust_comparison_tolerance : floatend) -> S
functor (
T
:
val robust_comparison_tolerance : float
float
) ->
S