lean4-htt/src/Std/Data/DTreeMap
Joachim Breitner 8130fdc474
feat: induction tactic to err on extra targets (#7224)
This PR make `induction … using` and `cases … using` complain if more
targets were given than expected by that eliminator.
2025-02-25 20:53:16 +00:00
..
Internal feat: induction tactic to err on extra targets (#7224) 2025-02-25 20:53:16 +00:00
AdditionalOperations.lean feat: min, max, minKey, maxKey, atIndex, getEntryLE, getKeyLE, ... functions for the tree map (#7070) 2025-02-17 14:00:42 +00:00
Basic.lean feat: tree map lemmas for get, get! and getD (#7207) 2025-02-25 15:26:50 +00:00
Lemmas.lean feat: tree map lemmas for get, get! and getD (#7207) 2025-02-25 15:26:50 +00:00
Raw.lean feat: tree map lemmas for get, get! and getD (#7207) 2025-02-25 15:26:50 +00:00
RawLemmas.lean feat: tree map lemmas for get, get! and getD (#7207) 2025-02-25 15:26:50 +00:00