]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
Eliminate outdated R7RS incompatibilities.
authorChris Hanson <org/chris-hanson/cph>
Sat, 24 Dec 2022 05:04:44 +0000 (21:04 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sat, 24 Dec 2022 05:04:44 +0000 (21:04 -0800)
doc/ref-manual/standards.texi

index b616f7d87301f6652da709449c69586d5cf0589f..df7e2053611ea181de8d47cd487328cc21e45c08 100644 (file)
@@ -374,15 +374,6 @@ The core standard for the Scheme language.
 @item Support
 Fully supported, with exceptions:
 @itemize @bullet
-@item
-@code{syntax-rules} doesn't handle additional patterns after a segment
-pattern.  This means that @code{(syntax-rules () ((a b ... c)
-@dots{}))} doesn't work, even though @code{(syntax-rules () ((a b
-...) @dots{}))} does work.
-
-@item
-@code{syntax-rules} doesn't handle vector patterns or templates.
-
 @item
 Multiple values aren't supported correctly.  Instead @code{values}
 returns a special record containing the values, and