Module Eliom_content_core.Html.F

module F: sig .. end

Typed interface for building valid HTML5 tree (functional semantics). See .


module Raw: Html_sigs.Make(Xml)(Svg.F.Raw).T 
      with type +'a elt = 'a elt
       and type +'a attrib = 'a attrib
include Eliom_content_core.Html.F.Raw

See .