syntax error in reference implementation AndrevanTonder (14 Nov 2007 19:25 UTC)
Re: syntax error in reference implementation Abdulaziz Ghuloum (14 Nov 2007 19:57 UTC)
Re: syntax error in reference implementation AndrevanTonder (14 Nov 2007 20:19 UTC)

Re: syntax error in reference implementation Abdulaziz Ghuloum 14 Nov 2007 19:56 UTC

On Nov 14, 2007, at 2:25 PM, AndrevanTonder wrote:

> The reference implementation has the following syntax error:
>
>   (define-syntax (stream-match-pattern x) ------)
>
> It should be
>
>   (define-syntax stream-match
>     (lambda (x) ------)
>
> After fixing that, I succeeded in running a small example in Larceny.

I was under the impression that (define-syntax (foo x) ---) was in the
report but I cannot find it anymore.  Am I being delusional or was it
dropped at some revision of the standard?

Aziz,,,