This PR implements support for user-defined attributes at `grind_pattern`. Suppose we have declared the `grind` attribute ```lean register_grind_attr my_grind ``` Then, we can now write ```lean opaque f : Nat → Nat opaque g : Nat → Nat axiom fg : g (f x) = x grind_pattern [my_grind] fg => g (f x) ``` |
||
|---|---|---|
| .. | ||
| bench | ||
| bench-radar | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lake | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lakefile.toml | ||
| lean-toolchain | ||