lean4-htt/tests/lean/appParserIssue.lean.expected.out
Leonardo de Moura 25c1986439 chore: fix tests
2020-06-09 14:11:34 -07:00

6 lines
272 B
Text

f 1 : (Nat → Nat) → Nat
appParserIssue.lean:5:11: error: expected command
f 1 (λ (x : Nat), x) : Nat
f 1 (λ (x : Nat), x) : Nat
f 1 (λ (x : Nat), x) : Nat
appParserIssue.lean:13:13: error: unexpected token at this precedence level; consider parenthesizing the term