chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] vector-lib egg: vector-fold-right bug & fix


From: Dan
Subject: [Chicken-users] vector-lib egg: vector-fold-right bug & fix
Date: Sat, 29 Apr 2006 16:38:08 -0700 (PDT)

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 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]