Rob Browning writes:
> In 3.0.7, this:
>
> (define-syntax foo
> (syntax-rules ()
> ((_ x) (eq? #nil x
>
> (foo #t)
>
> began crashing like this:
>
> ice-9/psyntax.scm:2795:12: In procedure syntax-violation:
> Syntax error:
> unknown location: unexpected syntax in form ()
In 3.0.7, this:
(define-syntax foo
(syntax-rules ()
((_ x) (eq? #nil x
(foo #t)
began crashing like this:
ice-9/psyntax.scm:2795:12: In procedure syntax-violation:
Syntax error:
unknown location: unexpected syntax in form ()
git bisect suggested the source of the trou