From b564f76228d170b15bac41e1529f4a9d2da57660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 30 Jun 2017 12:32:26 +0200 Subject: [PATCH] Added reference to the new syntax/parse bindings ~or* and ~alt --- scribblings/stxparse-info.scrbl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scribblings/stxparse-info.scrbl b/scribblings/stxparse-info.scrbl index 139f446..dd2a8ac 100644 --- 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