Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Functor Svg_f.Make

module Make (Xml : Xml_sigs.T) : 
  
  Svg_sigs.Make(Xml).T
with type +'a elt = Xml.elt
and type +'a attrib = Xml.attrib

Parameters :

Xml:Xml_sigs.T