[PATCH] Add strict versions of insertWith and insertWithKey to IntMap
Hi, I needed a strict version of insertWith on IntMaps in one of my projects. I added both insertWith' and insertWithKey' for consistency with Data.Map. I didn't bump the version number as I assume this is done just before release rather by the first patch that mandates an increase according to the PVP. Since this is an API addition the third version number should be bumped. Who applies patches to containers? Sun Aug 15 12:28:52 CEST 2010 Johan Tibell <johan.tibell@gmail.com> * Add strict versions of insertWith and insertWithKey to IntMap -- Johan
Hi Johan, On Sun, Aug 15, 2010 at 12:32:33PM +0200, Johan Tibell wrote:
Who applies patches to containers?
Please see http://www.haskell.org/haskellwiki/Library_submissions Thanks Ian
On Sun, Aug 15, 2010 at 12:52 PM, Ian Lynagh <igloo@earth.li> wrote:
On Sun, Aug 15, 2010 at 12:32:33PM +0200, Johan Tibell wrote:
Who applies patches to containers?
Please see http://www.haskell.org/haskellwiki/Library_submissions
Ticket created: http://hackage.haskell.org/trac/ghc/ticket/4257 Deadline: 2 weeks -- Johan
participants (2)
-
Ian Lynagh -
Johan Tibell