Hi all, vector-fold-right in the vector-lib egg is
broken (the loop index starts at n-1 but is
incremented, instead of decremented). To fix, change
the (+ i 1) lines to (- i 1) in the
(vector-fold-right) definition inside vector-lib.scm.
-- Dan
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users