Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let-syntax not splicing defines #13

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments
Closed

let-syntax not splicing defines #13

GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

> (letrec-syntax () (define lrs-def 1))
> lrs-def
1
> (let-syntax () (define ls-def 2))
> ls-def
ERROR: undefined variable: ls-def

I wasn't sure how to fix this, so didn't try.

Original issue reported on code.google.com by derick.e...@gmail.com on 8 Dec 2009 at 12:30

@GoogleCodeExporter
Copy link
Author

Yep, I actually knew about this.  I'll probably get to it on the weekend.

Original comment by alexsh...@gmail.com on 8 Dec 2009 at 3:53

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Fixed.

Original comment by alexsh...@gmail.com on 16 Dec 2009 at 9:37

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant