[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: syntax error in reference implementation
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,,,