Skip to content

Improve definition of XExpr type #1444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 23, 2025
2 changes: 1 addition & 1 deletion typed-racket-more/typed/xml.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(U Comment P-I))

(define-type XExpr
(U XML-Misc Cdata Positive-Index
(U XML-Misc Cdata Pcdata Positive-Index
Number String Symbol
(Pair Symbol (Pair (Listof XExpr-Attribute) (Listof XExpr)))
(Pair Symbol (Listof XExpr))))
Expand Down