package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val __eliom__compilation_unit_id__1AFkp3 : string
val menu_class : string
val last_class : string
val current_class : string
val current_path_class : string
val disabled_class : string
val first_class : string
val level_class : string
val string_prefix : string -> string -> bool
type srv =
  1. | Srv : (unit, unit, Eliom_service.get, _, _, _, _, [ `WithoutSuffix ], unit, unit, Eliom_service.non_ocaml) Eliom_service.t -> srv
type 'a hierarchical_site_item =
  1. | Disabled
  2. | Site_tree of 'a hierarchical_site
and main_page =
  1. | Main_page of srv
  2. | Default_page of srv
  3. | Not_clickable
and 'a hierarchical_site = main_page * ('a * 'a hierarchical_site_item) list
module type HTML5_TOOLS = sig ... end
val css_files : string list list ref
val js_files : string list list ref
val with_css_file : string list -> unit
val with_js_file : string list -> unit
val get_css_files : unit -> string list list
val get_js_files : unit -> string list list
module Make (DorF : module type of Eliom_content.Html.F) : HTML5_TOOLS
module F : sig ... end
module D : sig ... end
val wrap_handler : (unit -> 'a option Lwt.t) -> ('b -> 'c -> 'd Lwt.t) -> ('a -> 'b -> 'c -> 'd Lwt.t) -> 'b -> 'c -> 'd Lwt.t
OCaml

Innovation. Community. Security.