CCMap
Provide useful functions and iterators on Map.S
Map.S
type 'a sequence
= ('a -> unit) -> unit
type 'a printer
= Stdlib.Format.formatter -> 'a -> unit
module type OrderedType = Stdlib.Map.OrderedType
module type S = sig ... end
module Make : functor (O : Stdlib.Map.OrderedType) -> S with type 'a Make.t = 'a Stdlib.Map.Make(O).t and type Make.key = O.t