module CCMap:sig..end
Provide useful functions and iterators on Map.S
Since 0.5
type'asequence =('a -> unit) -> unit
type'aprinter =Format.formatter -> 'a -> unit
module type S =sig..end
module Make(O:Map.OrderedType):Swith type 'a t = 'a Map.Make(O).t and type key = O.t