Functor Svg_f.Make
module Make (Xml : Xml_sigs.T with type ('a, 'b) W.ft = ('a -> 'b)) :
Svg_sigs.Make(Xml).T
with type +'a elt = Xml.elt
and type +'a attrib = Xml.attrib
Parameters :
Xml | : | Xml_sigs.T with type ('a, 'b) W.ft = ('a -> 'b) |
Warning: Reason support is experimental. We are looking for beta-tester and contributors.
module Make (Xml : Xml_sigs.T with type ('a, 'b) W.ft = ('a -> 'b)) :
Svg_sigs.Make(Xml).T
with type +'a elt = Xml.elt
and type +'a attrib = Xml.attrib
Parameters :
Xml | : | Xml_sigs.T with type ('a, 'b) W.ft = ('a -> 'b) |