lean4-htt/src/Std/Data
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
..
DHashMap feat: faster, linear HashMap.alter and modify (#6573) 2025-01-14 07:47:58 +00:00
HashMap feat: faster, linear HashMap.alter and modify (#6573) 2025-01-14 07:47:58 +00:00
HashSet chore: run Batteries linter on Lean (#6364) 2024-12-13 01:28:53 +00:00
DHashMap.lean fix: unorphan modules in Std.Data (#4679) 2024-07-08 07:57:56 +00:00
HashMap.lean feat: Std.HashMap (#4583) 2024-07-05 10:14:20 +00:00
HashSet.lean feat: Std.HashMap (#4583) 2024-07-05 10:14:20 +00:00