module SVG:Typesafe constructors and printers for SVG documents.sig..end
module M:SVG_sigs.Twith module XML := XML
module P:XML_sigs.TypedSimplePrinterwith type 'a elt := 'a M.elt and type doc := M.doc
module MakePrinter:functor (O:XML_sigs.Output) ->XML_sigs.TypedPrinterwith type out := O.out and type 'a elt := 'a M.elt and type doc := M.doc