foldr and foldl - PureScript

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Mason Mackaman

why do they have different argument order? (they don't in elm)

TheMatten

Maybe it is to better work with binary operators? (Or at least to remind of their order of arguments)