kachayev / fn.py

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

Fix #46 (Implement iters.every and iters.some) #59

Closed microamp closed 10 years ago

microamp commented 10 years ago

This pull request implements iters.every and iters.some as mentioned in #46.

Thanks for reviewing in advance.