lean4-htt/src/Std
Paul Reichert 403e942f37
feat: getKey functions for the tree map (#7116)
This PR implements the `getKey` functions on the tree map. It also fixes
the naming of the `entryAtIdx` function on the tree set, which should
have been called `atIdx`.

---------

Co-authored-by: Paul Reichert <6992158+datokrat@users.noreply.github.com>
2025-02-18 09:29:57 +00:00
..
Classes feat: min, max, minKey, maxKey, atIndex, getEntryLE, getKeyLE, ... functions for the tree map (#7070) 2025-02-17 14:00:42 +00:00
Data feat: getKey functions for the tree map (#7116) 2025-02-18 09:29:57 +00:00
Internal feat: API to avoid deadlocks from dropped promises (#6958) 2025-02-07 15:33:10 +00:00
Net feat: Std.Net.Addr (#6563) 2025-01-09 09:33:03 +00:00
Sat chore: cleanup duplicate theorems (#7113) 2025-02-18 01:46:12 +00:00
Sync feat: API to avoid deadlocks from dropped promises (#6958) 2025-02-07 15:33:10 +00:00
Tactic chore: cleanup duplicate theorems (#7113) 2025-02-18 01:46:12 +00:00
Time feat: cleanup of get and back functions on List/Array (#7059) 2025-02-17 01:43:45 +00:00
Classes.lean feat: tree map data structures and operations (#6914) 2025-02-11 14:47:47 +00:00
Data.lean feat: tree map data structures and operations (#6914) 2025-02-11 14:47:47 +00:00
Internal.lean feat: implement basic async IO with timers (#6505) 2025-01-13 18:11:04 +00:00
Net.lean feat: Std.Net.Addr (#6563) 2025-01-09 09:33:03 +00:00
Sat.lean feat: Std.Sat.AIG (#4953) 2024-08-12 14:58:38 +00:00
Sync.lean refactor: move IO.Channel and IO.Mutex to Std.Sync (#6282) 2024-12-03 09:36:50 +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