Provided by: libeliom-ocaml-doc_3.0.3-4build2_all bug

NAME

       Eliom_extension - Allows Ocsigen's extension to access Eliom data.

Module

       Module   Eliom_extension

Documentation

       Module Eliom_extension
        : sig end

       Allows Ocsigen's extension to access Eliom data. See the Eliom manual for more information
       about

       type eliom_extension_sig = unit -> Ocsigen_extensions.answer Lwt.t

       Type of the function that must be registered to declare an eliom extension.

       val register_eliom_extension : eliom_extension_sig -> unit