package eliom

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

Module Eliom_toolsSource

Sourceval __eliom__compilation_unit_id__1AFkp3 : string
Sourceval menu_class : string
Sourceval last_class : string
Sourceval current_class : string
Sourceval current_path_class : string
Sourceval disabled_class : string
Sourceval first_class : string
Sourceval level_class : string
Sourceval string_prefix : string -> string -> bool
Sourcetype srv =
  1. | Srv : (unit, unit, Eliom_service.get, _, _, _, _, [ `WithoutSuffix ], unit, unit, Eliom_service.non_ocaml) Eliom_service.t -> srv
Sourcetype 'a hierarchical_site_item =
  1. | Disabled
  2. | Site_tree of 'a hierarchical_site
Sourceand main_page =
  1. | Main_page of srv
  2. | Default_page of srv
  3. | Not_clickable
Sourceand 'a hierarchical_site = main_page * ('a * 'a hierarchical_site_item) list
Sourcemodule type HTML5_TOOLS = sig ... end
Sourceval css_files : string list list ref
Sourceval js_files : string list list ref
Sourceval with_css_file : string list -> unit
Sourceval with_js_file : string list -> unit
Sourceval get_css_files : unit -> string list list
Sourceval get_js_files : unit -> string list list
Sourcemodule Make (DorF : module type of Eliom_content.Html.F) : HTML5_TOOLS
Sourcemodule F : sig ... end
Sourcemodule D : sig ... end
Sourceval 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.