> 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/ _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
