Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Haskell in WTFs/minute

Name: Anonymous 2009-02-10 17:34

Name: Anonymous 2009-02-11 17:58

Why not? The both have their uses
foldr is almost always better than foldl.
and foldl is trivial to implement in terms of foldr:
foldl f x a = foldr (flip x) (reverse a)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List