lean4-htt/src/Lean/PrettyPrinter
Kyle Miller 40d6a6def0
fix: use breakable instead of unbreakable whitespace when formatting tokens (#5513)
The formatter was using `tk ++ " "` to separate tokens from tokens they
would merge with, but `" "` is not whitespace that could merge. This
affected large binder lists, which wouldn't pretty print with any line
breaks. Now they can be flowed across multiple lines.

Closes #5424
2024-09-29 06:33:39 +00:00
..
Delaborator chore: fix spelling mistakes in src/Lean/ (#5426) 2024-09-23 14:56:59 +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 fix: use breakable instead of unbreakable whitespace when formatting tokens (#5513) 2024-09-29 06:33:39 +00:00
Parenthesizer.lean fix: filter duplicate subexpressions (#4786) 2024-07-25 08:58:49 +00:00