package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable t_services : (int * int * Table.t Eliom_common.dircontent Stdlib.ref) list;
  2. mutable t_contains_timeout : bool;
  3. mutable t_na_services : (Eliom_common.na_key_serv, bool -> params -> result Lwt.t) Stdlib.Hashtbl.t;
}
val get : t -> (int * int * Table.t Eliom_common.dircontent Stdlib.ref) list
val set_contains_timeout : t -> bool -> unit
val set : t -> (int * int * Table.t Eliom_common.dircontent Stdlib.ref) list -> unit
val dlist_add : ?sp:'a -> 'b -> 'c -> unit