lean4-htt/src/Std/Data
Leonardo de Moura a80169165e
chore: missing grind modifiers and local grind theorems config (#10428)
This PR makes explicit missing `grind` modifiers, and ensures `grind`
uses "minIndexable" for local theorems.
2025-09-17 16:15:16 +00:00
..
DHashMap chore: missing grind modifiers and local grind theorems config (#10428) 2025-09-17 16:15:16 +00:00
DTreeMap fix: make rw collect only new goals, occurs check (#10306) 2025-09-14 04:44:55 +00:00
ExtDHashMap feat: add missing lemmas about insertMany and get? for container types (#10247) 2025-09-09 13:27:43 +00:00
ExtDTreeMap chore: fix remainining discrepancies for change in grind pattern heuristics (#10347) 2025-09-11 12:48:52 +00:00
ExtHashMap feat: add missing lemmas about insertMany and get? for container types (#10247) 2025-09-09 13:27:43 +00:00
ExtHashSet chore: more review of @[grind] annotations (#10340) 2025-09-11 06:09:52 +00:00
ExtTreeMap chore: fix remainining discrepancies for change in grind pattern heuristics (#10347) 2025-09-11 12:48:52 +00:00
ExtTreeSet chore: fix remainining discrepancies for change in grind pattern heuristics (#10347) 2025-09-11 12:48:52 +00:00
HashMap chore: missing grind modifiers and local grind theorems config (#10428) 2025-09-17 16:15:16 +00:00
HashSet chore: missing grind modifiers and local grind theorems config (#10428) 2025-09-17 16:15:16 +00:00
Internal feat: add missing lemmas about insertMany and get? for container types (#10247) 2025-09-09 13:27:43 +00:00
Iterators chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
TreeMap chore: fix remainining discrepancies for change in grind pattern heuristics (#10347) 2025-09-11 12:48:52 +00:00
TreeSet chore: fix remainining discrepancies for change in grind pattern heuristics (#10347) 2025-09-11 12:48:52 +00:00
ByteSlice.lean feat: add useful functions in Parsec, add error variant and Std.Data.ByteSlice (#9599) 2025-09-11 14:53:41 +00:00
DHashMap.lean refactor: module-ize Std.Data.DHashMap (#9098) 2025-07-02 10:00:17 +00:00
DTreeMap.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
ExtDHashMap.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
ExtDTreeMap.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
ExtHashMap.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
ExtHashSet.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
ExtTreeMap.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
ExtTreeSet.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
HashMap.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
HashSet.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
Iterators.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
TreeMap.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
TreeSet.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00