Skip to content

Commit

Permalink
chore: change pp.natLit to be enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser authored Dec 24, 2024
1 parent b18f3a3 commit 65b00c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/PrettyPrinter/Delaborator/Options.lean
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ register_builtin_option pp.letVarTypes : Bool := {
descr := "(pretty printer) display types of let-bound variables"
}
register_builtin_option pp.natLit : Bool := {
defValue := false
defValue := true
group := "pp"
descr := "(pretty printer) display raw natural number literals with `nat_lit` prefix"
}
Expand Down

0 comments on commit 65b00c9

Please sign in to comment.