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