summaryrefslogtreecommitdiff
path: root/Verification (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: make `find` a better specificationRaito Bezarius2024-04-231-10/+18
| | | | | | | | | | Previously, find := true was matching this spec. It needed to be in PRE/POST style and be an equivalence wrt to the location return value. Alternatively, we import the Order. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* feat: close `find` / `insert` proofsRaito Bezarius2024-04-236-0/+577
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>