module HTML5_f:Typesafe constructors for HTML5 documents (Functorial interface)sig
..end
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