summaryrefslogtreecommitdiff
path: root/notes.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some isabelle/hol verificationHEADmainstuebinm2024-06-291-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.
* feat: add functional correctness of elements contained in the resulting treeRaito Bezarius2024-04-171-0/+5
| | | | | | | We revamp the typeclass mechanisms and we add an equality hypothesis now. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* feat: init notesRaito Bezarius2024-04-121-0/+114
| | | | Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* refactor: generalize the theory and perform some liftsRaito Bezarius2024-03-281-0/+11
Move forward the "HSpec" idea, move around files, construct the hierarchy of trees, etc. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>