LICENSE
README.md
pyproject.toml
setup.py
src/redex/__init__.py
src/redex/function.py
src/redex/stack.py
src/redex/util.py
src/redex/version.py
src/redex.egg-info/PKG-INFO
src/redex.egg-info/SOURCES.txt
src/redex.egg-info/dependency_links.txt
src/redex.egg-info/not-zip-safe
src/redex.egg-info/requires.txt
src/redex.egg-info/top_level.txt
src/redex/combinator/__init__.py
src/redex/combinator/_base.py
src/redex/combinator/_branch.py
src/redex/combinator/_drop.py
src/redex/combinator/_dup.py
src/redex/combinator/_parallel.py
src/redex/combinator/_residual.py
src/redex/combinator/_select.py
src/redex/combinator/_serial.py
src/redex/operator/__init__.py
src/redex/operator/_identity.py