lean4-htt/src/Lean/PrettyPrinter
Leonardo de Moura 7b813622c6 chore: increase precedence of |>, <|, $ parsers
@Kha Now, all parsers defined by `Init/Std/Lean` packages have
precedence >= `min` and <= `max`.
The only exception is `<|>` since it is an infix operator sharead with
the tactic DSL.
BTW, the meaning of `f $ a <|> b` changed with this commit.
It was `f (a <|> b)`, and now is `(f a) <|> b`. The problem is that
the precedence of the `$` parser is now greater than the `<|>` parser.

I will try another experiment where I make sure we do not "reuse"
term infix operators in the tactic DSL.
2020-12-22 14:10:07 -08:00
..
Delaborator chore: increase precedence of |>, <|, $ parsers 2020-12-22 14:10:07 -08:00
Basic.lean chore: use double quoted literals 2020-12-09 17:51:01 -08:00
Delaborator.lean refactor: move & split Lean.Delaborator 2020-11-30 13:52:46 +01:00
Formatter.lean feat: token source info antiquotations tk%$id 2020-12-22 13:11:04 +01:00
Parenthesizer.lean feat: token source info antiquotations tk%$id 2020-12-22 13:11:04 +01:00