lean4-htt/tests
Leonardo de Moura d0dc5dfd3d
feat: propagation for functions with singleton domain in grind (#9699)
This PR adds propagation rules for functions that take singleton types.
This feature is useful for discharging verification conditions produced
by `mvcgen`. For example:

```lean
example (h : (fun (_ : Unit) => x + 1) = (fun _ => 1 + y)) : x = y := by
  grind
```
2025-08-03 12:00:29 +00:00
..
bench chore: large match statement benchmark (#9665) 2025-08-01 15:25:07 +00:00
compiler
elabissues
ir
lean feat: propagation for functions with singleton domain in grind (#9699) 2025-08-03 12:00:29 +00:00
pkg refactor: update built-in tactic error messages (#9633) 2025-07-31 14:16:57 +00:00
playground
plugin
simpperf
.gitignore
common.sh
lakefile.toml
lean-toolchain