summaryrefslogtreecommitdiff
path: root/notes.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-29some isabelle/hol verificationHEADmainstuebinm1-0/+17
doesn't do much, just proves that the find function won't cause an error. also removes all uses of rust traits, since these are currently broken on the aeneas side.
2024-04-17feat: add functional correctness of elements contained in the resulting treeRaito Bezarius1-0/+5
We revamp the typeclass mechanisms and we add an equality hypothesis now. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-12feat: init notesRaito Bezarius1-0/+114
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-28refactor: generalize the theory and perform some liftsRaito Bezarius1-0/+11
Move forward the "HSpec" idea, move around files, construct the hierarchy of trees, etc. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>