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

Re: IEEE Standard



Sorry, I must have been asleep this morning.

The IEEE/ANSI and R^4 agree here.

(eq? <formal> <formals>) -> #f

I.e. the production for <formals> does not match the <formal> in
  (define (<variable> . <formal>) <body>)


Cheers,
-Ken
------------------
1st message from dak@sq.com
>The R4RS has a minor bug in 7.1.5, "Programs and definitions" in that:
>
> <definition> -> [...]
>   | (define (<variable> <formals>) <body>)
                                *
---
2nd message from dak@sq.com:
>R4RS, 5.2, "Definitions" states:
>
>[third form]
>
>        (define (<variable> . <formal>) <body>)
                                      *