.gitignore
LICENSE
Pipfile
Pipfile.lock
README.txt
build_dist.sh
setup.py
typecheck_and_test.sh
pymonads/__init__.py
pymonads/applicative.py
pymonads/either.py
pymonads/functor.py
pymonads/monad.py
pymonads/py.typed
pymonads/utils.py
pymonads.egg-info/PKG-INFO
pymonads.egg-info/SOURCES.txt
pymonads.egg-info/dependency_links.txt
pymonads.egg-info/not-zip-safe
pymonads.egg-info/top_level.txt
pymonads/tests/__init__.py
pymonads/tests/applicative_laws.py
pymonads/tests/functor_laws.py
pymonads/tests/test_either.py