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

24 lines
640 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.

red.lean:9:19: error: type mismatch, term
rfl
has type
?m_2 = ?m_2
but is expected to have type
f = g
red.lean:12:0: error: "eliminator" elaborator type mismatch, term
rfl
has type
?m_2 = ?m_2
but is expected to have type
f a = a
Additional information:
red.lean:12:0: context: the inferred motive for the eliminator-like application is
λ (_x : ), f a = a
red.lean:17:0: error: "eliminator" elaborator type mismatch, term
rfl
has type
?m_2 = ?m_2
but is expected to have type
f a = a
Additional information:
red.lean:17:0: context: the inferred motive for the eliminator-like application is
λ (_x : ), f a = a