Skip to content

Commit 302e4a9

Browse files
committed
Lib: Tyxml_js, add type equality
1 parent 5f0bfaf commit 302e4a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/tyxml/tyxml_js.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ module Html5 : Html5_sigs.Make(Xml)(Svg).T
4040

4141
module R : sig
4242
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
4345
module Html5 : Html5_sigs.MakeWrapped(Xml_wrap)(Xml)(Svg).T
4446
with type +'a elt = 'a Html5.elt
4547
and type +'a attrib = 'a Html5.attrib

0 commit comments

Comments
 (0)