Prelude.MapMap.Make (M) is the module returned by OCaml's Map.Make (M) with some additional functions.
module Make (Ord : OrderedType) : sig ... endmodule Specialize (K : TOSTRING) (V : TOSTRING) : sig ... endFunctor building an implementation of a "specialized", non-polymorphic map from K.t to V.t.