On Fri, Aug 6, 2010 at 3:59 PM, Johan Tibell <johan.tibell@gmail.com> wrote:
There are a few functions on Maps that could be implemented on IntMaps but aren't:

  <snip>

We're also missing a bunch of strict versions of traversals functions, like folds. I needed a strict fold the other day and found that there isn't one. Should we just go ahead and add a strict version for all the functions where that makes sense?

-- Johan