package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Extensions of Standard Map

Provide useful functions and iterators on Map.S

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

Innovation. Community. Security.