lean2/tests/lean/kernel_ex1.lean.expected.out
Leonardo de Moura f7c7dd4ed4 feat(frontends/lean): include filename in error messages, use GNU error message style
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 11:01:27 -08:00

15 lines
331 B
Text

Set: pp::colors
Set: pp::unicode
Assumed: N
Assumed: a
kernel_ex1.lean:3:14 error: type expected, got
a
kernel_ex1.lean:4:6 error: function expected at
a a
Assumed: f
kernel_ex1.lean:6:6 error: type mismatch at application
f (λ x : N, x)
Function type:
N → N
Argument type:
(λ x : N, x) : N → N