chore: remove workaround

This commit is contained in:
Leonardo de Moura 2021-09-30 22:37:20 -07:00
parent 3833363be8
commit dba358067a

View file

@ -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