package containers

  1. Overview
  2. Docs

Extensions of Standard Map

Provide useful functions and iterators on Map.S

  • since 0.5
type 'a sequence = ('a -> unit) -> unit
type 'a printer = Buffer.t -> 'a -> unit
type 'a formatter = Format.formatter -> 'a -> unit
module type S = sig ... end
module Make (O : Map.OrderedType) : S with type 'a t = 'a Map.Make(O).t and type key = O.t