why do fold and foldRight have their lambda parame...
# announcements
c
why do fold and foldRight have their lambda parameters in a different order? (foldRight has acc first, and fold has it second)
r
Is it meant to help you visualise the iteration order?
c
possible. maybe its trying to tell me that fold is confusing enough for non fp people and that I should avoid foldRight