Daniel Fischer <daniel.is.fisc...@web.de> writes:

> On Tuesday 29 June 2010 13:02:20, Ivan Lazar Miljenovic wrote:
>>
>> That's like asking why we have mapM and forM, etc.
>
> Yes, why?
>
> (okay, I use forM too, it's so much more readable with a short list and a 
> long action)

Exactly; using "deleteBy p" (if it was fixed in this sense) would be less
ambiguous in what it's there for and less repetitive than using "filter
(not p)" all the time.

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to