Kim Morrison
a362093730
chore: update grind IndexMap example ( #12264 )
...
This PR cleans up the `IndexMap` examples for grind, after #11963 .
2026-02-01 09:57:41 +00:00
Kim Morrison
37870c168b
chore: more updates to grind_indexmap test case ( #12120 )
2026-01-23 10:38:05 +00:00
Kim Morrison
57003e5c79
chore: updates to grind_indexmap test case ( #12115 )
...
This PR contains further updates to the `IndexMap` test case in
preparation for a demo at Lean Together.
2026-01-23 06:19:51 +00:00
Kim Morrison
567cf74f1b
feat: updates to grind_indexmap test case ( #12111 )
...
This PR updates the `grind_indexmap.lean` tests, in preparation for
using them in a Lean Together talk.
2026-01-22 23:54:19 +00:00
Leonardo de Moura
6683d1eb91
chore: add module keyword to grind tests ( #10036 )
...
This PR also fixes missing `@[expose]` in grind support definitions.
2025-08-21 22:02:08 +00:00
Kim Morrison
d9b2a5e9f7
feat: additional grind annotations for List/Array/Vector lemmas ( #8805 )
...
This PR continues adding `grind` annotations for `List/Array/Vector`
lemmas.
2025-06-16 11:00:51 +00:00
Kim Morrison
eccc472e8d
chore: remove set_option grind.warning false ( #8714 )
...
This PR removes the now unnecessary `set_option grind.warning false`
statements, now that the warning is disabled by default.
2025-06-11 05:09:19 +00:00
Kim Morrison
2344e3f254
chore: minor fixes to grind_indexmap test case ( #8706 )
2025-06-10 11:35:48 +00:00
Kim Morrison
50474fef78
chore: cleanup after renaming get_elem_tactic_trivial
2025-06-06 13:10:18 +10:00
Kim Morrison
d6478e15c7
chore: remove slow and unnecessary @[grind] annotations ( #8630 )
2025-06-04 10:57:25 +00:00
Kim Morrison
1260059a59
feat: add grind use case example IndexMap ( #8622 )
...
This PR adds a test case / use case example for `grind`, setting up the
very basics of `IndexMap`, modelled on Rust's
[`indexmap`](https://docs.rs/indexmap/latest/indexmap/ ). It is not
intended as a complete implementation: just enough to exercise `grind`.
(Thanks to @arthurpaulino for suggesting this as a test case.)
2025-06-04 01:33:56 +00:00