kachayev / fn.py

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

Import ABC from collections.abc instead of collections for Python 3.9 compatibility #87

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago

Fixes #86