commit b564f76228d170b15bac41e1529f4a9d2da57660 parent dcc3f1d758e9377c3ad096fe6fe2db1497495395 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Fri, 30 Jun 2017 12:32:26 +0200 Added reference to the new syntax/parse bindings ~or* and ~alt Diffstat:
| M | scribblings/stxparse-info.scrbl | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/scribblings/stxparse-info.scrbl b/scribblings/stxparse-info.scrbl @@ -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