package eliom

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

Module Eliommod_cookies.Map_innerSource

Sourcetype !'a t =
  1. | Empty
  2. | Node of {
    1. l : 'a t;
    2. v : string;
    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 -> string -> 'a -> 'a t -> 'a t
Sourceval bal : 'a t -> string -> 'a -> 'a t -> 'a t
Sourceval add : string -> 'a -> 'a t -> 'a t
Sourceval fold : (string -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b
Sourceval empty : 'a t
OCaml

Innovation. Community. Security.