Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-23 | feat: make `find` a better specification | Raito Bezarius | 1 | -0/+1 | |
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> | |||||
2024-04-23 | feat: close `find` / `insert` proofs | Raito Bezarius | 1 | -0/+2 | |
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> |