let(rec)-syntax has incorrect scope

Issue #12 resolved
Takashi Kato repo owner created an issue
(let ()
  (letrec-syntax ((a (syntax-rules () ((_) 'foo)))))
  (print (a)))

This must be an error but it prints 'foo instead.

Comments (1)

  1. Log in to comment