lean4-htt/src/Lean/PrettyPrinter/Delaborator
Leonardo de Moura 173b956961
feat: reserved names (#3675)
- Add support for reserved declaration names. We use them for theorems
generated on demand.
- Equation theorems are not private declarations anymore.
- Generate equation theorems on demand when resolving symbols.
- Prevent users from creating declarations using reserved names. Users
can bypass it using meta-programming.

See next test for examples.
2024-03-15 00:33:22 +00:00
..
Basic.lean feat: reserved names (#3675) 2024-03-15 00:33:22 +00:00
Builtins.lean fix: make delabConstWithSignature avoid using inaccessible names (#3625) 2024-03-07 18:14:06 +00:00
Options.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
SubExpr.lean feat: apply app unexpanders for all prefixes of an application (#3375) 2024-02-27 07:04:17 +00:00
TopDownAnalyze.lean fix: regression on match expressions with builtin literals (#3521) 2024-02-27 18:49:44 +00:00