Skip to content

Commit

Permalink
fix hidden bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz1502 committed Oct 25, 2023
1 parent 69469e0 commit d089718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smt/Tactic/Cvc5Proof.lean
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def cvc5Proof2 : Cvc5Proof := {

def cvc5Proof3 : Cvc5Proof := {
steps := [ .intro `lean_a0
, .thm `pf "True" `lean_a0 []
, .thm `pf "False" `lean_a0 []
]
lastName := `pf
}
Expand Down

0 comments on commit d089718

Please sign in to comment.