module Html5:sig
..end
module M:Html5_sigs.T
with type Xml.uri = Xml.uri and type Xml.event_handler = Xml.event_handler and type Xml.attrib = Xml.attrib and type Xml.elt = Xml.elt and module Svg := Svg.M
module P:Xml_sigs.Typed_simple_printer
with type 'a elt := 'a M.elt and type doc := M.doc
module Make_printer:functor (
O
:
Xml_sigs.Output
) ->
Xml_sigs.Typed_printer
with type out := O.out and type 'a elt := 'a M.elt and type doc := M.doc