chore(init/meta/smt/congruence_closure): remove unnecessary line
This commit is contained in:
parent
e0dd8326c8
commit
b8f1b16cfe
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ do (lhs, rhs) ← target >>= match_eq,
|
|||
s ← s^.internalize rhs,
|
||||
b ← s^.is_eqv lhs rhs,
|
||||
if b then do {
|
||||
t ← return $ expr.const `true [],
|
||||
s^.eqv_proof lhs rhs >>= exact
|
||||
} else do {
|
||||
fail "ac_refl failed"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue