Skip to content

Commit 8fce645

Browse files
authored
Improve definition of XExpr type (#1444)
add Pcdata to definition of XExpr type
1 parent 7921b8d commit 8fce645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed-racket-more/typed/xml.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(U Comment P-I))
1414

1515
(define-type XExpr
16-
(U XML-Misc Cdata Positive-Index
16+
(U XML-Misc Cdata Pcdata Positive-Index
1717
Number String Symbol
1818
(Pair Symbol (Pair (Listof XExpr-Attribute) (Listof XExpr)))
1919
(Pair Symbol (Listof XExpr))))

0 commit comments

Comments
 (0)