
22 Apr
2010
22 Apr
'10
12:15 p.m.
On 23/04/2010, at 00:32, Gwern Branwen wrote:
On Thu, Apr 22, 2010 at 4:08 AM, Roman Leshchinskiy
wrote: FWIW, I'm a bit surprised that you need foldl on lists anyway. I thought everybody uses foldl'.
Not nearly: http://www.reddit.com/r/haskell/comments/bmd5u/thunks_and_haskell/c0nl7u2
There are a lot of foldl uses out there.
Hmm, I'd love to see some real-world uses of foldl. I have no idea what to optimise it for in vector. Unfortunately, the link above doesn't give any examples. Roman