module Html5:sig..end
module M:Html5_sigs.Twith 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_printerwith type 'a elt := 'a M.elt and type doc := M.doc
module Make_printer:functor (O:Xml_sigs.Output) ->Xml_sigs.Typed_printerwith type out := O.out and type 'a elt := 'a M.elt and type doc := M.doc