fix: missing instantiateMVars
This commit is contained in:
parent
4e911765eb
commit
e79917d9a8
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ open Meta
|
|||
|
||||
@[builtinTactic Lean.Parser.Tactic.Conv.delta] def evalDelta : Tactic := fun stx => withMainContext do
|
||||
let declName ← resolveGlobalConstNoOverload stx[1]
|
||||
let lhsNew ← deltaExpand (← getLhs) (· == declName)
|
||||
let lhsNew ← deltaExpand (← instantiateMVars (← getLhs)) (· == declName)
|
||||
changeLhs lhsNew
|
||||
|
||||
end Lean.Elab.Tactic.Conv
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue