lean4-htt/src/Std/Data/DHashMap/Internal
Rob23oba 747ea853b5
feat: extensional hash maps (#8004)
This PR adds extensional hash maps and hash sets under the names
`Std.ExtDHashMap`, `Std.ExtHashMap` and `Std.ExtHashSet`. Extensional
hash maps work like regular hash maps, except that they have
extensionality lemmas which make them easier to use in proofs. This
however makes it also impossible to regularly iterate over its entries.
2025-04-28 06:48:25 +00:00
..
AssocList chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
Defs.lean chore: fix spelling mistakes (#7328) 2025-04-07 01:15:48 +00:00
HashesTo.lean feat: tree map data structures and operations (#6914) 2025-02-11 14:47:47 +00:00
Index.lean feat: support material for finite type theory (#7694) 2025-03-27 12:32:27 +00:00
Model.lean feat: hash map lemmas for filter, map and filterMap (#7400) 2025-04-17 10:15:52 +00:00
Raw.lean chore: rename HashMap.empty to HashMap.emptyWithCapacity (#7447) 2025-03-12 23:01:18 +00:00
RawLemmas.lean feat: extensional hash maps (#8004) 2025-04-28 06:48:25 +00:00
WF.lean feat: hash map lemmas for filter, map and filterMap (#7400) 2025-04-17 10:15:52 +00:00