Added reference to the new syntax/parse bindings ~or* and ~alt

This commit is contained in:
Georges Dupéron 2017-06-30 12:32:26 +02:00
parent dcc3f1d758
commit b564f76228

View File

@ -110,6 +110,14 @@ duplicated implementation of @racketmodname[syntax/parse].
~seq
~var)
@(version-case
[(version>= (version) "6.9.0.6")
(ovl #:wrapper nested-inset
syntax/parse
~alt
~or*)]
[else (begin)])
@(ovl #:wrapper nested-inset
#:require (for-template syntax/parse)
syntax/parse