lean4-htt/tests/lean/grind
Leonardo de Moura 264095be7f
fix: missing propagation and split filter in grind (#7926)
This PR fixes two issues that were preventing `grind` to solve
`getElem?_eq_some_iff`.
1. Missing propagation rule for `Exists p = False`
2. Missing conditions at `isCongrToPrevSplit` a filter for discarding
unnecessary case-splits.
2025-04-11 19:26:50 +00:00
..
clear_aux_decls.lean feat: improve funext support in grind (#7892) 2025-04-10 01:57:27 +00:00
list_problems.lean fix: missing propagation and split filter in grind (#7926) 2025-04-11 19:26:50 +00:00
README.md

Aspirational test cases for grind

These are not expected to work yet; we're collecting examples that we'd like to make work!