Ticket #24 (closed defect)
unbound variable
Reported by: | dherman | Owned by: | dherman |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | dherman/tail.plt | Keywords: | |
Cc: | Version: | ||
Racket Version: |
Description
Derick Eddington wrote:
Hi,
I took a look at (planet "tail.ss" ("dherman" "tail.plt" 2 1)) and
noticed in `let-tail-continuation' in the
[k (lambda () (return (lambda () e)))]
branch of the syntax-id-rules that `e' is unbound. I'm thinking it
should be
[k (lambda (e) (return (lambda () e)))]
-- : Derick
Change History
Note: See
TracTickets for help on using
tickets.