CHANGELOG.rst
CONTRIBUTING.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
categories/__init__.py
categories/_builtins.py
categories/applicative.py
categories/bifunctor.py
categories/either.py
categories/functor.py
categories/instances.py
categories/maybe.py
categories/monad.py
categories/monoid.py
categories/semigroup.py
categories/utils.py
categories/validation.py
pycategories.egg-info/PKG-INFO
pycategories.egg-info/SOURCES.txt
pycategories.egg-info/dependency_links.txt
pycategories.egg-info/requires.txt
pycategories.egg-info/top_level.txt
tests/__init__.py
tests/_test_types.py
tests/sample_classes.py
tests/test_applicative.py
tests/test_bifunctor.py
tests/test_builtins.py
tests/test_either.py
tests/test_functor.py
tests/test_maybe.py
tests/test_monad.py
tests/test_monoid.py
tests/test_semigroup.py
tests/test_utils.py
tests/test_validation.py