MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
FSlash.egg-info/PKG-INFO
FSlash.egg-info/SOURCES.txt
FSlash.egg-info/dependency_links.txt
FSlash.egg-info/top_level.txt
FSlash.egg-info/zip-safe
fslash/__init__.py
fslash/_version.py
fslash/builders/__init__.py
fslash/builders/option.py
fslash/builders/result.py
fslash/builders/seq.py
fslash/collections/__init__.py
fslash/collections/list.py
fslash/collections/seq.py
fslash/core/__init__.py
fslash/core/compose.py
fslash/core/curry.py
fslash/core/misc.py
fslash/core/option.py
fslash/core/pipe.py
fslash/core/result.py
fslash/extra/__init__.py
fslash/extra/option/__init__.py
fslash/extra/option/kleisli.py
fslash/extra/result/__init__.py
fslash/extra/result/kleisli.py
tests/__init__.py
tests/test_gen.py
tests/test_list.py
tests/test_option.py
tests/test_pipe.py
tests/test_result.py
tests/test_seq.py
tests/utils.py