Module Svg_sigs

module Svg_sigs: sig .. end
SVG signatures for the functorial interface.

module type T = sig .. end
Signature of typesafe constructors for SVG documents.
module type NoWrap = T  with module Xml.W = Xml_wrap.NoWrap
Equivalent to Svg_sigs.T, but without wrapping.

Signature functors

See .
module Make (Xml : Xml_sigs.T: sig .. end
Signature functor for Svg_f.Make.
module type Wrapped_functions = sig .. end
Wrapped functions, to be used with Svg_f.Make_with_wrapped_functions.