.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
LICENCE.txt
MANIFEST.in
Makefile
README.md
benchmark.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
todo.tasks
tox.ini
.github/workflows/build_book.yml
.github/workflows/ci.yml
.github/workflows/formatting_check.yml
.github/workflows/publish.yml
docs/_config.yml
docs/_toc.yml
docs/advanced_usage.md
docs/api.rst
docs/autoreload.md
docs/basic_usage.md
docs/classes.md
docs/comparison.md
docs/conversion_promotion.md
docs/dispatch.md
docs/intro.md
docs/keyword_arguments.md
docs/logo.png
docs/parametric.md
docs/precedence.md
docs/references.bib
docs/scope.md
docs/types.md
docs/union_aliases.md
plum/__init__.py
plum/_version.py
plum/alias.py
plum/autoreload.py
plum/dispatcher.py
plum/function.py
plum/parametric.py
plum/promotion.py
plum/resolver.py
plum/signature.py
plum/type.py
plum/util.py
plum_dispatch.egg-info/PKG-INFO
plum_dispatch.egg-info/SOURCES.txt
plum_dispatch.egg-info/dependency_links.txt
plum_dispatch.egg-info/requires.txt
plum_dispatch.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_alias.py
tests/test_autoreload.py
tests/test_cache.py
tests/test_dispatcher.py
tests/test_function.py
tests/test_init.py
tests/test_parametric.py
tests/test_promotion.py
tests/test_resolver.py
tests/test_signature.py
tests/test_type.py
tests/test_util.py
tests/util.py
tests/advanced/__init__.py
tests/advanced/test_advanced.py
tests/advanced/test_cases.py
tests/advanced/test_correctness.py
tests/advanced/test_future_annotations.py
tests/advanced/test_precedence.py
tests/advanced/test_return_type.py