
30 Jan
2012
30 Jan
'12
11:43 a.m.
Marc Weber wrote:
Replying to all replies at once:
Malcolm Wallace At work, we have a strict version of Haskell :-) which proofs that it is worth thinking about it.
But doesn't necessarily prove that it's a good idea.
Just (Item id ua t k v) -> M.insertWith (+) k 1 st
Does replacing this by insertWith' help? Roman