summaryrefslogtreecommitdiff
path: root/Verification.lean
diff options
context:
space:
mode:
authorRaito Bezarius2024-04-23 14:24:04 +0200
committerRaito Bezarius2024-04-23 14:24:04 +0200
commitb650710ad3f8c14b713bdf52f684f472115dce2f (patch)
treed9da70f7564ea73ceacf880b78473c89f617bba7 /Verification.lean
parent2ff68510aabc63e250f98264e0642557015de4e2 (diff)
feat: close `find` / `insert` proofs
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>
Diffstat (limited to 'Verification.lean')
-rw-r--r--Verification.lean2
1 files changed, 2 insertions, 0 deletions
diff --git a/Verification.lean b/Verification.lean
new file mode 100644
index 0000000..31d8103
--- /dev/null
+++ b/Verification.lean
@@ -0,0 +1,2 @@
+import Verification.Insert
+import Verification.Find