module Svg:sig..end
module M:Svg_sigs.Make(Xml).T
module P:Xml_sigs.Typed_simple_printerwith type 'a elt := 'a M.elt and type doc := M.doc
module Make_printer(O:Xml_sigs.Output):Xml_sigs.Typed_printerwith type out := O.out and type 'a elt := 'a M.elt and type doc := M.doc