chore: minor
This commit is contained in:
parent
e102cd4f42
commit
32f219772c
1 changed files with 1 additions and 1 deletions
|
|
@ -895,7 +895,7 @@ mutual
|
|||
let newLocalInsts := mvarDecl.localInstances.filter fun inst => toRevert.all fun x => inst.fvar != x
|
||||
-- Remark: we must reset the before processing `mkAuxMVarType` because `toRevert` may not be equal to `xs`
|
||||
let newMVarType ← withFreshCache do mkAuxMVarType mvarLCtx toRevert newMVarKind mvarDecl.type
|
||||
let newMVarId ← get >>= fun s => pure s.ngen.curr
|
||||
let newMVarId := (← get).ngen.curr
|
||||
let newMVar := mkMVar newMVarId
|
||||
let result := mkMVarApp mvarLCtx newMVar toRevert newMVarKind
|
||||
let numScopeArgs := mvarDecl.numScopeArgs + result.getAppNumArgs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue