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 7921b8d commit 8fce645Copy full SHA for 8fce645
typed-racket-more/typed/xml.rkt
@@ -13,7 +13,7 @@
13
(U Comment P-I))
14
15
(define-type XExpr
16
- (U XML-Misc Cdata Positive-Index
+ (U XML-Misc Cdata Pcdata Positive-Index
17
Number String Symbol
18
(Pair Symbol (Pair (Listof XExpr-Attribute) (Listof XExpr)))
19
(Pair Symbol (Listof XExpr))))
0 commit comments