Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Haskell in WTFs/minute
1
Name:
Anonymous
2009-02-10 17:34
http://ripplingbrainwaves.blogspot.com/2009/02/haskell-comprehension-measured-through.html
25
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