From be86d6b6efc3789fece901cd7693122b26aa9071 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 23 Dec 2022 21:04:44 -0800 Subject: [PATCH] Eliminate outdated R7RS incompatibilities. --- doc/ref-manual/standards.texi | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/ref-manual/standards.texi b/doc/ref-manual/standards.texi index b616f7d87..df7e20536 100644 --- a/doc/ref-manual/standards.texi +++ b/doc/ref-manual/standards.texi @@ -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 -- 2.47.3