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 3e52768 commit 87fb4d5Copy full SHA for 87fb4d5
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