Module HTML5_f


module HTML5_f: sig .. end
Typesafe constructors for HTML5 documents (Functorial interface)

module Make: 
functor (XML : XML_sigs.T) ->
functor (SVG : SVG_sigs.T with module XML := XML) -> HTML5_sigs.T with module XML := XML and module SVG := SVG and type 'a elt = XML.elt and type 'a attrib = XML.attrib and type uri = XML.uri