This assigns priorities to the equational lemmas so that more specific ones are tried first before a possible catch-all with possible side-conditions. We assign very low priorities to match the simplifiers behavior when unfolding a definition, which happens in `simpLoop`’ `visitPreContinue` after applying rewrite rules. Definitions with more than 100 equational theorems will use priority 1 for all but the last (a heuristic, not perfect). fixes #4173, to some extent. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lean-toolchain | ||