This PR adds variants of `HashMap.getElem?_filter` that assume `LawfulBEq` and have a simpler right-hand-side. `simp` can already achieve these, via rewriting with `getKey_eq` under the lambda. However `grind` can not, and these lemmas help `grind` work with `HashMap` goals. There are variants for all variants of `HashMap`, `getElem?/getElem/getElem!/getD`, and for `filter` and `filterMap`. |
||
|---|---|---|
| .. | ||
| experiments | ||
| module_normalization.lean | ||
| module_relations.lean | ||
| ordered_modules.lean | ||
| README.md | ||
| ring_normalization.lean | ||
Aspirational test cases for grind
These are not expected to work yet; we're collecting examples that we'd like to make work!