lean4-htt/src/Std/Data/DHashMap/Internal
Markus Himmel 0a22f8fa6f
chore: improve consistency & documentation for hash table insert and insertMany (#6222)
This PR changes the definition of `HashSet.insertMany` and
`HashSet.Raw.insertMany` so that it is equivalent to repeatedly calling
`HashSet.insert`/`HashSet.Raw.insert`. It also clarifies the docstrings
of all the `insert` and `insertMany` functions.

---------

Co-authored-by: Kim Morrison <scott.morrison@gmail.com>
2024-11-26 11:22:23 +00:00
..
AssocList feat: variants of List.forIn_eq_foldlM (#6023) 2024-11-11 02:30:40 +00:00
List feat: verify keys method on HashMaps (#5866) 2024-11-08 07:24:58 +00:00
Defs.lean chore: improve consistency & documentation for hash table insert and insertMany (#6222) 2024-11-26 11:22:23 +00:00
Index.lean refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
Model.lean chore: rename List.bind and Array.concatMap to flatMap (#5731) 2024-10-16 11:30:49 +00:00
Raw.lean feat: (DHashMap|HashMap|HashSet).(getKey?|getKey|getKey!|getKeyD) (#5244) 2024-09-13 05:40:10 +00:00
RawLemmas.lean feat: verify keys method on HashMaps (#5866) 2024-11-08 07:24:58 +00:00
WF.lean chore: improve consistency & documentation for hash table insert and insertMany (#6222) 2024-11-26 11:22:23 +00:00