fix: add missing instantiateMVars
This commit is contained in:
parent
d54ecc4373
commit
ba4bfe26f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue