lean4-htt/src/Lean/PrettyPrinter
Kyle Miller ff7a0db099
feat: add pp_using_anonymous_constructor attribute (#3640)
Implements a Lean 3 pretty printer feature. Structures with the
`@[pp_using_anonymous_constructor]` attribute pretty using anonymous
constructor notation (`⟨x, y, z⟩`) rather than structure instance
notation (`{a := x, b := y, c := z}`).

[Zulip
discussion](https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/.60pp_using_anonymous_constructor.60/near/425705445)
2024-03-21 23:01:10 +00:00
..
Delaborator feat: add pp_using_anonymous_constructor attribute (#3640) 2024-03-21 23:01:10 +00:00
Basic.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Delaborator.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Formatter.lean feat: custom error recovery in parser (#3413) 2024-02-21 14:29:54 +00:00
Parenthesizer.lean feat: custom error recovery in parser (#3413) 2024-02-21 14:29:54 +00:00