[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Scheme-reports] 4.2.2. binding constructs



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@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports