b26035fcf6
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
15 lines
349 B
Text
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
|