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

Re: Larceny implementation notes

This page is part of the web mail archives of SRFI 102 from before July 7th, 2015. The new archives for SRFI 102 contain all messages, not just those from before July 7th, 2015.



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