I have issues with the following passage from Learn You A Haskell (Great book imo, not dissing it):
One big difference is that right folds work on i
There is good plain explanation on Haskell wiki. It shows step-by-step reduction with different types of fold and accumulator functions.