lean4-htt/src/Std/Data/HashMap
Paul Reichert 821c9b7af9
feat: faster, linear HashMap.alter and modify (#6573)
This PR replaces the existing implementations of `(D)HashMap.alter` and
`(D)HashMap.modify` with primitive, more efficient ones and in
particular provides proofs that they yield well-formed hash maps (`WF`
typeclass).

---------

Co-authored-by: Paul Reichert <6992158+datokrat@users.noreply.github.com>
2025-01-14 07:47:58 +00:00
..
AdditionalOperations.lean
Basic.lean feat: faster, linear HashMap.alter and modify (#6573) 2025-01-14 07:47:58 +00:00
Lemmas.lean chore: run Batteries linter on Lean (#6364) 2024-12-13 01:28:53 +00:00
Raw.lean chore: improve consistency & documentation for hash table insert and insertMany (#6222) 2024-11-26 11:22:23 +00:00
RawLemmas.lean feat: verify keys method on HashMaps (#5866) 2024-11-08 07:24:58 +00:00