lean2/tests/lean/kernel_ex1.lean.expected.out
Leonardo de Moura 84e211b81b fix(frontends/lean): missing ':' in error messages
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 11:19:58 -08:00

15 lines
334 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