lean4-htt/src/Std/Data/HashMap
Paul Reichert 2ac0e4c061
fix: use getElem instead of get in the statements of hash map lemmas (#7418)
This PR renames several hash map lemmas (`get` -> `getElem`) and uses
`m[k]?` instead of `get? m k` (and also for `get!` and `get`).

BREAKING CHANGE: While many lemmas were renamed and the lemma with the
old signature was simply deprecated, some lemmas were changed without
renaming them. They now use the `getElem` variants instead of `get`.

---------

Co-authored-by: Paul Reichert <6992158+datokrat@users.noreply.github.com>
2025-03-10 13:31:30 +00:00
..
AdditionalOperations.lean
Basic.lean feat: equivalence on hash maps (#7341) 2025-03-08 10:44:12 +00:00
Lemmas.lean fix: use getElem instead of get in the statements of hash map lemmas (#7418) 2025-03-10 13:31:30 +00:00
Raw.lean feat: equivalence on hash maps (#7341) 2025-03-08 10:44:12 +00:00
RawLemmas.lean fix: use getElem instead of get in the statements of hash map lemmas (#7418) 2025-03-10 13:31:30 +00:00