lean4-htt/src/Std
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
..
Data chore: improve consistency & documentation for hash table insert and insertMany (#6222) 2024-11-26 11:22:23 +00:00
Internal feat: add date and time functionality (#4904) 2024-11-14 14:04:19 +00:00
Sat feat: change Array.set to take a Nat and a tactic provided bound (#5988) 2024-11-11 07:53:24 +00:00
Tactic feat: rename Array.setD to setIfInBounds (#6195) 2024-11-24 08:54:19 +00:00
Time chore: use Array.findFinIdx? where it is better than findIdx? (#6184) 2024-11-23 07:22:31 +00:00
Data.lean fix: unorphan modules in Std.Data (#4679) 2024-07-08 07:57:56 +00:00
Internal.lean chore: move Lean.Data.Parsec to Std.Internal.Parsec (#5115) 2024-08-21 15:26:17 +00:00
Sat.lean feat: Std.Sat.AIG (#4953) 2024-08-12 14:58:38 +00:00
Tactic.lean chore: fix spelling mistakes in src/Std/ (#5431) 2024-09-23 20:39:34 +00:00
Time.lean feat: add date and time functionality (#4904) 2024-11-14 14:04:19 +00:00