Compare commits

...

1 Commits

Author SHA1 Message Date
Leonardo de Moura
439d4e5c70 chore: remove leftover 2025-08-09 08:45:35 -07:00

View File

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