lean4-htt/tests/lean/red.lean.expected.out

24 lines
646 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, expression
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