Skip to content

Commit

Permalink
Make progress on updating the proofs of the AVL trees
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Jul 4, 2024
1 parent 0305ad9 commit 5f0e848
Show file tree
Hide file tree
Showing 11 changed files with 328 additions and 471 deletions.
22 changes: 0 additions & 22 deletions tests/lean/Avl/AVL.lean

This file was deleted.

127 changes: 0 additions & 127 deletions tests/lean/Avl/BinarySearchTree.lean

This file was deleted.

4 changes: 2 additions & 2 deletions tests/lean/Avl/Find.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Avl.Tree
import Avl.BinarySearchTree
import Avl.Specifications

namespace Implementation
namespace avl

open Primitives
open avl
Expand Down Expand Up @@ -43,4 +43,4 @@ def AVLTreeSet.find_spec
rw [AVLTreeSet.find]
progress; simp only [Result.ok.injEq, exists_eq_left']; assumption

end Implementation
end avl
Loading

0 comments on commit 5f0e848

Please sign in to comment.