summaryrefslogtreecommitdiff
path: root/AvlVerification/BinarySearchTree.lean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: upgrade and close all proofs except Preorder on U32Raito Bezarius2024-04-121-15/+26
| | | | Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* refactor: define some projectors for ForallNodeRaito Bezarius2024-04-041-0/+6
| | | | Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* refactor: generalize the theory and perform some liftsRaito Bezarius2024-03-281-0/+37
Move forward the "HSpec" idea, move around files, construct the hierarchy of trees, etc. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>