lean2/tests/lean/kernel_ex1.lean.expected.out
Leonardo de Moura b26035fcf6 feat(kernel/type_checker): improve application type mismatch error messages
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-27 09:45:17 -08:00

15 lines
349 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 in argument #1 at application
f (λ x : N, x)
Function type:
N → N
Argument type:
(λ x : N, x) : N → N