darcs patch: add Data.Set.notMember and Data.Map.notMember
Jean-Philippe Bernardy
jeanphilippe.bernardy at gmail.com
Thu Mar 9 17:09:50 EST 2006
Hello,
Maybe I missed something, but are these two worth a name?
For reference:
notMember k m = not $ member k m,
in pointless style:
notMember = (not .) . member
Any evidence to add to the case ?
Cheers,
JP.
On 3/9/06, John Meacham <john at repetae.net> wrote:
> Thu Mar 9 11:18:06 PST 2006 John Meacham <john at repetae.net>
> * add Data.Set.notMember and Data.Map.notMember
>
>
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>
>
>
>
More information about the Libraries
mailing list