package containers

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

Parameters

module P : PAIR

Signature

type key = P.key
type value = P.value
type t
val create : key list -> t
val mem : t -> key -> bool
val find : t -> key -> key
val find_value : t -> key -> value
val union : t -> key -> key -> unit
val add : t -> key -> value -> unit
val iter : t -> (key -> value -> unit) -> unit
OCaml

Innovation. Community. Security.