lean4-htt/tests/lean/grind
Kim Morrison b2ea6b6a02
feat: initial @[grind] attributes for List/Array/Vector (#8136)
This PR adds an initial set of `@[grind]` annotations for
`List`/`Array`/`Vector`, enough to set up some regression tests using
`grind` in proofs about `List`. More annotations to follow.
2025-04-28 13:48:20 +00:00
..
experiments feat: initial @[grind] attributes for List/Array/Vector (#8136) 2025-04-28 13:48:20 +00:00
countP.lean feat: initial @[grind] attributes for List/Array/Vector (#8136) 2025-04-28 13:48:20 +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_getKey_eq.lean chore: failing test for grind (#8065) 2025-04-28 10:46:19 +00:00
hashmap_list.lean chore: adding failing grind test (#8064) 2025-04-23 14:47:38 +00:00
mvar.lean feat: initial @[grind] attributes for List/Array/Vector (#8136) 2025-04-28 13:48:20 +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!