[r6rs-discuss] Comparison procedures' number of arguments
Alan Watson
alan at alan-watson.org
Fri Oct 24 13:44:31 EDT 2008
> I bet similarly you cannot find any
> occurrences of (+) or (+ n).
I don't think (+) has much relevance to a discussion of (<), because
addition is a common reduction operation, and one wants (+ (reduce +
list0) (reduce + list1)) to be the same as (reduce + (append list0
list1)) regardless of whether list0 or list1 are null lists.
Regards,
Alan
--
Alan Watson
http://www.alan-watson.org/
More information about the r6rs-discuss
mailing list