Module MzMap

module MzMap: sig .. end
Various missing functions from the Map module.

module type S = sig .. end
module Make: 
functor (Ord : Map.OrderedType) -> S with type key = Ord.t