summaryrefslogtreecommitdiff
path: root/lakefile.lean
diff options
context:
space:
mode:
authorRyan Lahfa2024-04-23 14:26:27 +0200
committerGitHub2024-04-23 14:26:27 +0200
commitd3ea366adcd71d0ef15ffbc5d35ca998aa53f19a (patch)
treed9da70f7564ea73ceacf880b78473c89f617bba7 /lakefile.lean
parent0f49a61cc33bddf2cc69bc8915b95c915dc5f987 (diff)
parentb650710ad3f8c14b713bdf52f684f472115dce2f (diff)
Merge pull request #3 from RaitoBezarius/bst-find
feat: `find` and `insert` reinforced proofs
Diffstat (limited to 'lakefile.lean')
-rw-r--r--lakefile.lean4
1 files changed, 2 insertions, 2 deletions
diff --git a/lakefile.lean b/lakefile.lean
index ccc0a55..743a0db 100644
--- a/lakefile.lean
+++ b/lakefile.lean
@@ -4,9 +4,9 @@ open Lake DSL
require base from git
"https://github.com/AeneasVerif/aeneas"@"main"/"backends/lean"
-package «AvlVerification» where
+package «Verification» where
-- add package configuration options here
@[default_target]
-lean_lib «AvlVerification» where
+lean_lib «Verification» where
-- add library configuration options here