Compare commits

...

1 Commits

Author SHA1 Message Date
Leonardo de Moura
3bf659a447 fix: missing withTacticInfoContext 2024-04-01 18:57:24 -07:00

View File

@@ -59,7 +59,7 @@ def evalAlt (mvarId : MVarId) (alt : Syntax) (addInfo : TermElabM Unit) (remaini
withCaseRef (getAltDArrow alt) rhs do
if isHoleRHS rhs then
addInfo
let gs' mvarId.withContext <| withRef rhs do
let gs' mvarId.withContext <| withTacticInfoContext rhs do
let mvarDecl mvarId.getDecl
let val elabTermEnsuringType rhs mvarDecl.type
mvarId.assign val