lean4-htt/tests
Leonardo de Moura 9466c5db25
fix: constant patterns in grind (#7689)
This PR fixes the support for "constant patterns" in `grind`.
Example:
```lean
def a := 10

example : a = 5 + 5 := by
  grind [a]
```
2025-03-26 19:07:21 +00:00
..
bench chore: more core proof benchmarks 2025-03-21 15:59:14 +01:00
compiler
elabissues
ir
lean fix: constant patterns in grind (#7689) 2025-03-26 19:07:21 +00:00
pkg feat: debug_assert! (#7256) 2025-03-03 16:34:44 +00:00
playground
plugin
simpperf
.gitignore
common.sh chore: fix fsanitize preset (#7651) 2025-03-24 09:17:45 +00:00
lean-toolchain