Ticket #24 (closed defect)

Opened 16 years ago

Last modified 16 years ago

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

Changed 16 years ago by dherman

  • status changed from new to closed

Fixed.

Note: See TracTickets for help on using tickets.