
25 Mar
2007
25 Mar
'07
9:22 p.m.
ajb:
G'day all.
Quoting Neil Mitchell
: 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