fix: pp.analyze was still printing inaccessibles
This commit is contained in:
parent
912e5cf212
commit
d6412b3a98
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ where
|
|||
match instResult with
|
||||
| LOption.some inst =>
|
||||
if ← checkpointDefEq inst arg then annotateBool `pp.analysis.skip
|
||||
else annotateBool `pp.analysis.namedArg
|
||||
else discard <| annotateNamedArg (← mvarName mvars[i]) appPos
|
||||
| _ => discard <| annotateNamedArg (← mvarName mvars[i]) appPos
|
||||
| BinderInfo.auxDecl => pure ()
|
||||
| BinderInfo.strictImplicit => unreachable!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue