ajb:
> G'day all.
> 
> Quoting Neil Mitchell <[EMAIL PROTECTED]>:
> 
> > 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to