LICENSE
README.md
setup.py
act/__init__.py
act/aggregates.py
act/annotations.py
act/arguments.py
act/atomization.py
act/contexting.py
act/cursor_base.py
act/data_flow.py
act/effects.py
act/error_flow.py
act/errors.py
act/flags.py
act/immutability.py
act/iteration.py
act/logging.py
act/monads.py
act/objects.py
act/operators.py
act/parameter_slicing.py
act/partiality.py
act/pipeline.py
act/protocols.py
act/representations.py
act/scoping.py
act/signatures.py
act/structures.py
act/synonyms.py
act/testing.py
act/tools.py
act/transactions.py
act4.egg-info/PKG-INFO
act4.egg-info/SOURCES.txt
act4.egg-info/dependency_links.txt
act4.egg-info/requires.txt
act4.egg-info/top_level.txt
act/cursors/__init__.py
act/cursors/dynamic.py
act/cursors/static.py
tests/test_annotations.py
tests/test_arguments.py
tests/test_atomization.py
tests/test_contexting.py
tests/test_cursors.py
tests/test_data_flow.py
tests/test_effects.py
tests/test_error_flow.py
tests/test_flags.py
tests/test_immutability.py
tests/test_iteration.py
tests/test_logging.py
tests/test_monads.py
tests/test_objects.py
tests/test_operators.py
tests/test_parameter_slicing.py
tests/test_partiality.py
tests/test_pipeline.py
tests/test_protocols.py
tests/test_scoping.py
tests/test_structures.py
tests/test_synonyms.py
tests/test_testing.py
tests/test_tools.py