package eliom

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

Module Eliommod_cookies.MapSource

Parameters

module Ord : sig ... end

Signature

Sourcetype 'a t =
  1. | Empty
  2. | Node of {
    1. l : 'a t;
    2. v : Ord.key;
    3. d : 'a;
    4. r : 'a t;
    5. h : int;
    }
Sourceval to_json : (Buffer.t -> 'a -> unit) -> Buffer.t -> 'a t -> unit
Sourceval height : 'a t -> int
Sourceval create : 'a t -> Ord.key -> 'a -> 'a t -> 'a t
Sourceval bal : 'a t -> Ord.key -> 'a -> 'a t -> 'a t
Sourceval add : Ord.key -> 'a -> 'a t -> 'a t
Sourceval fold : (Ord.key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b
Sourceval empty : 'a t
OCaml

Innovation. Community. Security.