
3 Sep
2010
3 Sep
'10
6:46 a.m.
On Sun, 29 Aug 2010 15:34:29 +0200
Johan Tibell
Proposal: Add strict versions of foldlWithKey and insertLookupWithKey to Data.Map
+1, insertLookupWithKey' I could have used recently. Is there some reason why all the other WithKey functions don't require strict variants? Asked another way, suppose I want to build a Map via foldl' (unionWith (+)) without space leaks, is that possible?