fix: add missing instantiateMVars

This commit is contained in:
Wojciech Nawrocki 2023-06-26 15:36:49 -07:00 committed by Leonardo de Moura
parent d54ecc4373
commit ba4bfe26f2

View file

@ -49,7 +49,7 @@ def makePopup : WithRpcRef InfoWithCtx → RequestM (RequestTask InfoPopup)
| ⟨i⟩ => RequestM.asTask do
i.ctx.runMetaM i.info.lctx do
let type? ← match (← i.info.type?) with
| some type => some <$> ppExprTagged type
| some type => some <$> (ppExprTagged =<< instantiateMVars type)
| none => pure none
let exprExplicit? ← match i.info with
| Elab.Info.ofTermInfo ti =>