We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0bfaf commit 302e4a9Copy full SHA for 302e4a9
lib/tyxml/tyxml_js.mli
@@ -40,6 +40,8 @@ module Html5 : Html5_sigs.Make(Xml)(Svg).T
40
41
module R : sig
42
module Svg : Svg_sigs.MakeWrapped(Xml_wrap)(Xml).T
43
+ with type +'a elt = 'a Svg.elt
44
+ and type +'a attrib = 'a Svg.attrib
45
module Html5 : Html5_sigs.MakeWrapped(Xml_wrap)(Xml)(Svg).T
46
with type +'a elt = 'a Html5.elt
47
and type +'a attrib = 'a Html5.attrib
0 commit comments