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/async_.py
fslash/core/builder.py
fslash/core/compose.py
fslash/core/curry.py
fslash/core/error.py
fslash/core/mailbox.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/pipeline.py
fslash/extra/result/__init__.py
fslash/extra/result/pipeline.py
fslash/extra/result/traversable.py
fslash/system/__init__.py
fslash/system/cancellation.py
fslash/system/disposable.py
fslash/system/error.py
oryx/__init__.py
oryx/context.py
oryx/fetch.py
oryx/handler.py
oryx/pipeline.py
oryx/examples/__init__.py
oryx/examples/app.py
tests/__init__.py
tests/test_cancellation.py
tests/test_compose.py
tests/test_curried.py
tests/test_disposable.py
tests/test_gen.py
tests/test_list.py
tests/test_mailbox.py
tests/test_option.py
tests/test_pipe.py
tests/test_result.py
tests/test_seq.py
tests/utils.py