lean2/tests/lean/goals1.lean.expected.out

11 lines
334 B
Text
Raw Normal View History

goals1.lean:9:0: error: 1 unsolved subgoal
A : Type,
a b c : A,
Hab : eq a b,
Hbc : eq b c
⊢ eq b c
goals1.lean:9:0: error: failed to add declaration 'foo' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
λ (A : Type) (a b c : A) (Hab : …) (Hbc : …),
?M_1