Warning: Reason support is experimental.
We are looking for beta-tester and contributors.
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.Twith module XML := XML
and module SVG := SVG
and type 'a elt = XML.elt
and type 'a attrib = XML.attrib
and type uri = XML.uri