You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a let* form has empty bindings, it expands to a begin form, and so
internal defines are bound in the wrong scope. Attached is a bundle which
fixes this and adds tests to r5rs-tests.scm
> (let* () (define x 1) (- x))
-1
> x
1
Original issue reported on code.google.com by derick.e...@gmail.com on 8 Dec 2009 at 12:26
Original issue reported on code.google.com by
derick.e...@gmail.com
on 8 Dec 2009 at 12:26Attachments:
The text was updated successfully, but these errors were encountered: