module HTML5:Typesafe constructors and printers for HTML5 documents.sig
..end
module M:HTML5_sigs.T
with module XML := XML and module SVG := SVG.M
module P:XML_sigs.TypedSimplePrinter
with type 'a elt := 'a M.elt and type doc := M.doc
module MakePrinter:functor (
O
:
XML_sigs.Output
) ->
XML_sigs.TypedPrinter
with type out := O.out and type 'a elt := 'a M.elt and type doc := M.doc