package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type OrderedType = Map.OrderedType
include module type of struct include CCMap end

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 = CCMap.S
module Make = CCMap.Make