Module Svg_sigs
module Svg_sigs : sig..end
Abstraction over XML's types ¶
module type T = sig..end
module type NoWrap = Twith module Xml.W = Xml_wrap.NoWrap
module type Wrapped_functions = sig..end
Signature functors ¶
See the manual of the functorial interface .
module Make (Xml : Xml_sigs.T) :
sig..end
Signature functor for Svg_f.Make.