[Haskell-cafe] Why the Prelude must die

David Brown haskell2 at davidb.org
Sun Mar 25 21:41:32 EDT 2007


David Brown wrote:
> ajb at spamcop.net wrote:
>> G'day all.
>>
>> Quoting Neil Mitchell <ndmitchell at gmail.com>:
>>
>>> Yes. It will break 100's of applications.
>> That sounds like a challenge!  Find me 100 applications that use
>> Data.Map.map and I will eat crow.
>
> Well, I haven't written 100s of applications (yet), but I get hits on
> 'map' in each and every one of them.

Ugh.  I need to pay attention more before replying.

I use Data.Map but never use Data.Map.map.  I usually transform the
data before putting it into the map.

Dave



More information about the Haskell-Cafe mailing list