lean4-htt/tests/lean/elab12.lean.expected.out
2017-02-06 15:15:47 +01:00

31 lines
1.2 KiB
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.

elab12.lean:1:30: error: type expected at
0
elab12.lean:1:38: error: function expected at
rfl
Additional information:
elab12.lean:1:38: context: switched to simple application elaboration procedure because failed to use expected type to elaborate it, error message
too many arguments
elab12.lean:2:2: error: function expected at
H
λ (a : ), have H : sorry, from sorry, sorry : ∀ (a : ), a = a
elab12.lean:4:42: error: function expected at
rfl
Additional information:
elab12.lean:4:42: context: switched to simple application elaboration procedure because failed to use expected type to elaborate it, error message
too many arguments
elab12.lean:5:2: error: function expected at
H
λ (a : ), have H : a = a, from sorry, sorry : ∀ (a : ), a = a
elab12.lean:7:44: error: invalid have-expression, expression
a + 0
has type
but is expected to have type
a = a
elab12.lean:8:2: error: function expected at
H
λ (a : ), have H : a = a, from sorry, sorry : ∀ (a : ), a = a
elab12.lean:11:2: error: function expected at
H
λ (a : ), have H : a = a, from rfl, sorry : ∀ (a : ), a = a
λ (a : ), have H : a = a, from rfl, H : ∀ (a : ), a = a