module Html5:sig
..end
module M:Html5_sigs.Make(Xml)(Svg.M).T
module P:Xml_sigs.Typed_simple_printer
with type 'a elt := 'a M.elt and type doc := M.doc
module Make_printer(
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