lean4-htt/src/Lean/PrettyPrinter
Kyle Miller d569ed4e5f
feat: make loose fvars pretty print as _fvar.123 instead of _uniq.123 (#3380)
Loose fvars are never supposed to be pretty printed, but having them
print with "fvar" in the name can help with debugging broken tactics and
elaborators.

Metaprogramming users often do not realize at first that `_uniq.???` in
pretty printing output refers to fvars not in the current local context.
2024-02-18 01:53:37 +00:00
..
Delaborator feat: make loose fvars pretty print as _fvar.123 instead of _uniq.123 (#3380) 2024-02-18 01:53:37 +00:00
Basic.lean chore: import reductions 2022-09-15 14:02:38 -07:00
Delaborator.lean refactor: pp.analyze needs pp options 2021-08-03 09:13:18 +02:00
Formatter.lean feat: hygieneInfo parser (aka this 2.0) 2023-06-02 16:19:02 +02:00
Parenthesizer.lean fix: have parenthesizer copy source info to parenthesized term 2023-11-14 20:24:30 +01:00