
1 Feb
2010
1 Feb
'10
11:05 a.m.
Update: I came up with the following somewhat faster function. But still, it is much slower than the original foldl' mySum2 (x:y:xs) = let sum = x + y in seq sum (sum + mySum2 xs) mySum2 (x:[]) = x mySum2 [] = 0
5632
Age (days ago)
5632
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gabi