lean4-htt/src/Lean/PrettyPrinter
Sebastian Ullrich a78302243c refactor: strengthen Syntax signatures
Most notable change: `Quote` is now parameterized by the target kind.
Which means that `Name` etc. could actually have different
implementations for quoting into `term` and `level`, if that need ever
arises.
2022-06-27 22:37:02 +02:00
..
Delaborator refactor: strengthen Syntax signatures 2022-06-27 22:37:02 +02:00
Basic.lean chore: throwError! => throwError, throwErrorAt! => throwErrorAt 2021-03-11 11:59:45 -08:00
Delaborator.lean refactor: pp.analyze needs pp options 2021-08-03 09:13:18 +02:00
Formatter.lean fix: store syntax kinds of parser aliases in order to construct correct antiquotations in macro and elab 2022-06-27 22:37:02 +02:00
Parenthesizer.lean feat: always store quoted kind in antiquotation kind 2022-06-27 22:37:02 +02:00