Data.IntMap/IntSet inconsistencies

Ross Paterson ross at soi.city.ac.uk
Mon Nov 2 16:57:52 EST 2009


On Mon, Nov 02, 2009 at 01:30:49PM -0700, Evan Laforge wrote:
> [ ross ]
> > Proposal: deprecate and then remove find, findIndex, findMin, findMax,
> > deleteFindMin and deleteFindMax.
> 
> List.find?  No thanks, I use that all the time.

No, Data.(Int)Map.find

> For findMax, toDescList, which I thought was patched in a year
> ago, still doesn't appear in the latest version of collections, so as
> far as I know there's no alternative for it.

Containers is a core package, so it's tied to GHC's release cycle:
one major release per year and only bugfixes between them.


More information about the Libraries mailing list