feat: prettify mvars somewhat
This commit is contained in:
parent
650e836ab3
commit
ab046db6ed
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ pure $ mkIdent l.userName
|
|||
@[builtinDelab mvar]
|
||||
def delabMVar : Delab := do
|
||||
Expr.mvar n _ ← getExpr | unreachable!;
|
||||
let n := n.replacePrefix `_uniq `m;
|
||||
`(?$(mkIdent n))
|
||||
|
||||
@[builtinDelab sort]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue