chore: remove workaround
This commit is contained in:
parent
3833363be8
commit
dba358067a
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ partial def elim (mvarId : MVarId) (fvarId : FVarId) : M Bool := do
|
|||
if (← elim subgoal.mvarId field.fvarId!) then
|
||||
return true
|
||||
return false
|
||||
unless found == true do -- TODO: check why we need true here
|
||||
unless found do
|
||||
return false
|
||||
return true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue