Skip to content

Commit 68908a1

Browse files
committed
fix PPWithUniv
1 parent 43dc96a commit 68908a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/Tactic/PPWithUniv.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def delabWithUniv : Delab :=
2828
let expr := subExpr.expr
2929
let expr := mkAppN (expr.getAppFn.setOption pp.universes.name true) expr.getAppArgs
3030
{ subExpr with expr }
31-
withTheReader SubExpr enablePPUnivOnHead <|
32-
delabAppImplicit <|> delabAppExplicit
31+
withTheReader SubExpr enablePPUnivOnHead delabApp
3332

3433
/--
3534
`attribute [pp_with_univ] Ordinal` instructs the pretty-printer to

0 commit comments

Comments
 (0)