lean4-htt/tests/lean/grind
Kim Morrison 3dd12f85f0
feat: further @[grind] annotations for Option (#8460)
This PR adds further `@[grind]` annotations for `Option`, as follow-up
to the recent additions to the `Option` API in #8379 and #8298.

**However**, I am concurrently investigating adding `attribute [grind
cases] Option`, which will result in many (most?) of the annotations for
`Option` being removed again. In any case, I'm going to merge this
first, as if that is viable I would like to test that most/all the
lemmas now marked with `@[grind]` are still provable by `grind`.
2025-05-24 04:25:00 +00:00
..
experiments feat: further @[grind] annotations for Option (#8460) 2025-05-24 04:25:00 +00:00
field_normalization.lean feat: draft typeclasses/tests for grind handling fields (#8417) 2025-05-20 13:44:11 +00:00
grind_palindrome.lean chore: cleanup grind palindrome test (#8428) 2025-05-21 03:31:56 +00:00
module_normalization.lean chore: deduplicate Grind.RatModule and Grind.NoNatZeroDivisors (#8416) 2025-05-20 07:49:42 +00:00
module_relations.lean chore: deduplicate Grind.RatModule and Grind.NoNatZeroDivisors (#8416) 2025-05-20 07:49:42 +00:00
ordered_modules.lean chore: deduplicate Grind.RatModule and Grind.NoNatZeroDivisors (#8416) 2025-05-20 07:49:42 +00:00
README.md
ring_normalization.lean chore: add failing grind tests for noncommutative/non-negation rings (#8396) 2025-05-19 00:26:16 +00:00

Aspirational test cases for grind

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