chore: remove unnecessary code
This commit is contained in:
parent
aa68057c85
commit
c3c0b8b8a2
1 changed files with 3 additions and 2 deletions
|
|
@ -287,8 +287,9 @@ partial def mkUnfoldProof (declName : Name) (mvarId : MVarId) : MetaM Unit := do
|
|||
let rec go (mvarId : MVarId) : MetaM Unit := do
|
||||
if (← tryEqns mvarId) then
|
||||
return ()
|
||||
else if let some mvarId ← funext? mvarId then
|
||||
go mvarId
|
||||
-- Remark: we removed funext? from `mkEqnTypes`
|
||||
-- else if let some mvarId ← funext? mvarId then
|
||||
-- go mvarId
|
||||
else if let some mvarId ← simpMatch? mvarId then
|
||||
go mvarId
|
||||
else if let some mvarIds ← splitTarget? mvarId (splitIte := false) then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue