lean4-htt/tests/lean/grind
Kim Morrison cf35e13c60
feat: use fun_induction in if-normalization example (#8129)
This PR updates the If-Normalization example, to separately give an
implementation and subsequently prove the spec (using fun_induction),
instead of previously building a term in the subtype directly. At the
same time, adds a (failing) `grind` test case illustrating a problem
with unused match witnesses.
2025-04-27 12:27:17 +00:00
..
eq_false_of_imp_eq_false.lean chore: failing grind test (#7981) 2025-04-16 07:24:53 +00:00
grind_ite_funinduction.lean feat: use fun_induction in if-normalization example (#8129) 2025-04-27 12:27:17 +00:00
hashmap_list.lean chore: adding failing grind test (#8064) 2025-04-23 14:47:38 +00:00
nondet.lean chore: add grind non-determinism repro (#7978) 2025-04-16 22:36:22 +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!