summaryrefslogtreecommitdiff
path: root/AvlVerification.lean (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-23feat: close `find` / `insert` proofsRaito Bezarius1-2/+3
After a complete 180 with the Order theory, we close the goals of find and insert and we give an example of U32 order that we will upstream to Aeneas directly. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-18feat: extract `find`Raito Bezarius1-2/+28
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-17feat: add functional correctness of elements contained in the resulting treeRaito Bezarius1-14/+6
We revamp the typeclass mechanisms and we add an equality hypothesis now. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-16feat: add `find` functionRaito Bezarius1-13/+23
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-12feat: upgrade and close all proofs except Preorder on U32Raito Bezarius1-9/+9
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-25Initial extractionRaito Bezarius1-0/+87
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>