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

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.




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.

Cheers

leppie



--
http://codeplex.com/IronScheme
http://xacc.wordpress.com