Re: Larceny implementation notes
David Van Horn 22 Sep 2009 12:45 UTC
leppie wrote:
>
> Hi
>
> Typo:
>
> (define (procedure-arity-includes proc k) ; missing '?'
>
> Also, it seems the logic for above is wrong.
>
> (< k a)
>
> - should be -
>
> (>= k a) ; or swop k and a above.
Thank you -- I will fix this in the next revision. (I should know
better than posting code I haven't tested).
David