Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Functor Eliom_predefmod.Xhtmlreg_

module Xhtmlreg_:

functor (Xhtml_content:
   Ocsigen_http_frame.HTTP_CONTENT   with type t = [ `Html ] XHTML.M.elt
    and type options = XHTML.M.doctypes
) ->
   Eliom_mkreg.REGCREATE   with type page = Xhtml_content.t
    and type options = XHTML.M.doctypes

Parameters :

Xhtml_content:Ocsigen_http_frame.HTTP_CONTENT with type t = [ `Html ] XHTML.M.elt and type options = XHTML.M.doctypes

type page

type options

val send :
   ?options:options ->
    ?cookies:Eliom_services.cookie list ->
    ?charset:string ->
    ?code:int ->
    ?content_type:string ->
    ?headers:Http_headers.t ->
    sp:Eliom_sessions.server_params ->
    page -> Ocsigen_http_frame.result Lwt.t

syntax error in wikisyntax