module Map: Map
module type OrderedType =sig
..end
Input signature of the functor Map.Make
.
module type S =sig
..end
Output signature of the functor Map.Make
.
module Make:
Functor building an implementation of the map structure given a totally ordered type.