chore: remove leftover (#9808)
This commit is contained in:
parent
5eafc080e1
commit
a041ffa702
1 changed files with 1 additions and 3 deletions
|
|
@ -295,9 +295,7 @@ private partial def mkCast (fvarId : FVarId) (type : Expr) (deps : Array Nat) (e
|
|||
mvarId := mvarId'
|
||||
let fvarId := getFVarId s fvarId
|
||||
mvarId.assign (mkFVar fvarId)
|
||||
let r ← instantiateMVars mvar
|
||||
trace[Meta.debug] "{r} : {← inferType r}"
|
||||
return r
|
||||
instantiateMVars mvar
|
||||
|
||||
/--
|
||||
Creates a congruence theorem that is useful for the simplifier and `congr` tactic.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue