This PR adds discrimination tree support for the symbolic simulation framework. The new `DiscrTree.lean` module converts `Pattern` values into discrimination tree keys, treating proof/instance arguments and pattern variables as wildcards (`Key.star`). Motivation: efficient pattern retrieval during rewriting. |
||
|---|---|---|
| .. | ||
| Basic.lean | ||
| Main.lean | ||
| Types.lean | ||
| Util.lean | ||