summaryrefslogtreecommitdiff
path: root/AvlVerification (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: close key theorem for any result on binary search treesRaito Bezarius2024-04-041-25/+26
| | | | Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* feat: lift Rust "totality" to total ordersRaito Bezarius2024-04-041-15/+30
| | | | 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-284-0/+260
Move forward the "HSpec" idea, move around files, construct the hierarchy of trees, etc. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>