package eliom

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

Module A.ContainerSource

Sourcetype t = {
  1. mutable t_services : (int * int * Table.t Eliom_common.dircontent ref) list;
  2. mutable t_contains_timeout : bool;
  3. mutable t_na_services : (Eliom_common.na_key_serv, bool -> params -> result Lwt.t) Hashtbl.t;
}
Sourceval get : t -> (int * int * Table.t Eliom_common.dircontent ref) list
Sourceval set_contains_timeout : t -> bool -> unit
Sourceval set : t -> (int * int * Table.t Eliom_common.dircontent ref) list -> unit
Sourceval dlist_add : ?sp:'a -> 'b -> 'c -> unit
OCaml

Innovation. Community. Security.