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 b1aeae9 commit a5469bbCopy full SHA for a5469bb
typed-racket-more/typed/xml.rkt
@@ -14,7 +14,7 @@
14
15
(define-type XExpr
16
(U XML-Misc Cdata Pcdata Positive-Index
17
- String Symbol
+ Number String Symbol
18
(Pair Symbol (Pair (Listof XExpr-Attribute) (Listof XExpr)))
19
(Pair Symbol (Listof XExpr))))
20
0 commit comments