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