kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

Remove implementation of 'reject' (duplicate of 'filterfalse') #60

Closed microamp closed 10 years ago

microamp commented 10 years ago

This pull request removes the implementation of reject which appears to be identical to filterfalse. The name, 'reject', would still be used as an alias, meaning that the docs and tests will be unaffected.

Thanks for reviewing.

kachayev commented 10 years ago

Nice observation!