[Haskell-cafe] Why the Prelude must die

Donald Bruce Stewart dons at cse.unsw.edu.au
Sun Mar 25 21:22:50 EDT 2007


ajb:
> 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, it'll break 100s of modules :-)

    $ find .  -name '*.hs' -exec grep -l 'import.*Data\.Map' {} \;  | wc -l
    545 

You could also grep the 100+ packages on hackage.

-- Don


More information about the Haskell-Cafe mailing list