Module Util.Map

Extended version of OCaml's maps
module type OrderedType = sig ... end
module type MonadS = sig ... end
module type S = Stdlib.Map.S
module type ExtS = sig ... end
module Make = CMap.Make