package containers

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

Module CCMapSource

Extensions of Standard Map

Provide useful functions and iterators on Map.S

  • since 0.5
Sourcetype 'a sequence = ('a -> unit) -> unit
  • deprecated

    use 'a iter instead

Sourcetype 'a iter = ('a -> unit) -> unit

Fast internal iterator.

  • since 2.8
Sourcetype 'a printer = Format.formatter -> 'a -> unit
Sourcemodule type OrderedType = Map.OrderedType
Sourcemodule type S = sig ... end
Sourcemodule Make (O : Map.OrderedType) : S with type 'a t = 'a Map.Make(O).t and type key = O.t
OCaml

Innovation. Community. Security.