Functor Svg_f.Make_with_wrapped_functions
module Make_with_wrapped_functions (Xml : Xml_sigs.T)
(C :
Svg_sigs.Wrapped_functions
with type (-'a, 'b) ft = ('a, 'b) Xml.W.ft) :
Svg_sigs.Make(Xml).T
with type +'a elt = Xml.elt
and type +'a attrib = Xml.attrib
Parameters :
Xml | : | Xml_sigs.T |
C | : | Svg_sigs.Wrapped_functions with type (-'a, 'b) ft = ('a, 'b) Xml.W.ft |