aboutsummaryrefslogtreecommitdiff
path: root/BinaryHeap.lean
Commit message (Collapse)AuthorAgeFilesLines
* Simplify CompleteTree.get, and remove (redundant) CompleteTree.get'Andreas Grois2024-08-271-4/+2
|
* MinorAndreas Grois2024-08-261-2/+2
|
* Remove useless proof parameter on CompleteTree.getAndreas Grois2024-08-261-4/+4
|
* Minor: Remove tactics mode for Nat.ble adaptersAndreas Grois2024-08-211-10/+9
|
* Fix wrong index validity check for Nat indices.Andreas Grois2024-08-131-2/+2
|
* Start contains_iff_index_exists implementation. Unfinished.Andreas Grois2024-07-241-2/+2
|
* Split code in multiple source files. Separate proofs and logic.Andreas Grois2024-07-231-0/+3
|
* Add GetElem instances.Andreas Grois2024-07-221-2/+24
|
* Initial commit.Andreas Grois2024-07-221-0/+50