fix: lookahead.formatter

This commit is contained in:
Leonardo de Moura 2020-08-30 08:37:51 -07:00
parent 052e830db7
commit 3a9cfeb9fb

View file

@ -230,7 +230,7 @@ p
@[combinatorFormatter Lean.Parser.lookahead]
def lookahead.formatter (p : Formatter) : Formatter :=
p
pure ()
@[combinatorFormatter Lean.Parser.andthen]
def andthen.formatter (p1 p2 : Formatter) : Formatter :=