Added reference to the new syntax/parse bindings ~or* and ~alt
This commit is contained in:
parent
dcc3f1d758
commit
b564f76228
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user