lean4-htt/old_tests/tests/lean/def4.lean.expected.out
2018-04-10 12:56:55 -07:00

21 lines
340 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

f : A → A
def4.lean:9:9: error: type mismatch at application
f 0
term
0
has type
: Type
but is expected to have type
A : Type u
g : A → A
def4.lean:17:9: error: type mismatch at application
g 0
term
0
has type
: Type
but is expected to have type
A : Type u
f : Π (A : Type u_1), A → A
f 0 :
g 0 :