
On Fri, Apr 29, 2011 at 12:08 AM, Luis Casillas
updateAt :: (k -> a -> Maybe a) -> Int -> Map k a -> Map k a
I took a look at all my local repos (c.h.o, Patch-tag, misc repos, and GitHub since I recently re-ran http://www.gwern.net/haskell/Archiving%20GitHub.html ). A grep* for updateAt (randomly picked one whose name looked like it'd be fairly unique) turned up what seems to be very few actual uses of updateAt, and mostly similarly named functions and various implementations of updateAt. The results are attached if anyone would like to see what actual uses there are in the wild. If anyone wants to see the output for the other functions, I can re-run the grep. * find ~/bin/ -name "*.hs" -exec grep -l updateAt {} \; -exec grep updateAt {} \; > ~/updateat.txt -- gwern http://www.gwern.net