This PR fixes a bug in the theorem instantiation procedure in the (WIP) `grind` tactic. For example, it was missing the following instance in one of the tests: ```lean [grind.ematch.instance] Array.get_set_ne: ∀ (hj : i < bs.size), j ≠ i → (bs.set j w ⋯)[i] = bs[i] ``` This PR also renames the `grind` base monad to `GrindCoreM`. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lean-toolchain | ||