lean4-htt/src/Lean/PrettyPrinter
Kyle Miller 5bc42bf5ca
fix: pretty print dot notation for private definitions on public types (#10122)
This PR adds support for pretty printing using generalized field
notation (dot notation) for private definitions on public types. It also
modifies dot notation elaboration to resolve names after removing the
private prefix, which enables using dot notation for private definitions
on private imported types.

It won't pretty print with dot notation for definitions on inaccessible
private types from other modules.

Closes #7297
2025-08-27 03:30:52 +00:00
..
Delaborator fix: pretty print dot notation for private definitions on public types (#10122) 2025-08-27 03:30:52 +00:00
Basic.lean chore: error messages consistency (#10143) 2025-08-26 17:55:43 +00:00
Delaborator.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Formatter.lean feat: add a stop position field to the parser (#10043) 2025-08-23 18:29:51 +00:00
Parenthesizer.lean perf: make macro scope numbering less dependent on surrounding context (#10027) 2025-08-22 13:16:02 +00:00