Skip to content

Commit

Permalink
Fix some proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Nov 12, 2024
1 parent f15f8ed commit 501ea67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/lean/Hashmap/Properties.lean
Original file line number Diff line number Diff line change
Expand Up @@ -943,10 +943,8 @@ theorem insert_spec {α} (hm : HashMap α) (key : Usize) (value : α)
split
. split
. simp_all (config := {maxDischargeDepth := 1})
tauto
. progress as ⟨ hm2 ⟩
simp_all (config := {maxDischargeDepth := 1})
tauto
. simp_all (config := {maxDischargeDepth := 1})

@[pspec]
Expand Down

0 comments on commit 501ea67

Please sign in to comment.