Data.IntMap/IntSet inconsistencies

Ross Paterson ross at soi.city.ac.uk
Mon Nov 2 18:21:45 EST 2009


On Mon, Nov 02, 2009 at 03:17:13PM -0800, Evan Laforge wrote:
> On Mon, Nov 2, 2009 at 1:57 PM, Ross Paterson <ross at soi.city.ac.uk> wrote:
> > 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
> 
> Yeah, I can't find it on
> http://www.haskell.org/ghc/docs/latest/html/libraries/containers/Data-Map.html.
>  What's the signature?

My mistake: it's a private version of (!).


More information about the Libraries mailing list