[Scheme-reports] 4.2.2. binding constructs
Andy Wingo 19 May 2011 15:57 UTC
The `let' documentation denotes BODY as "a sequence of one or more
expressions". This does not permit definitions.
Similarly for letrec and letrec*. Perhaps also there should be clarity
regarding the validity of the following program:
(let* ((x 1)
(x (+ x 1)))
x)
Andy
--
http://wingolog.org/
_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports