Module Float_robust_compare

module Float_robust_compare: sig .. end
intended to be a tolerance on human-entered floats

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