module SetWithNearest: sig
.. end
Set equiped with operations to find nearest element greater or less
than the required value
module type S = sig
.. end
module Make:
Functor building an implementation of the set structure
given a totally ordered type.