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