package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val empty : unit -> t
val add : Eliom_common.page_table_key -> (Node.t option * (params, result) Eliom_common.service list) -> t -> t
val find : Eliom_common.page_table_key -> t -> Node.t option * (params, result) Eliom_common.service list
val remove : Eliom_common.page_table_key -> t -> t