lean2/tests/lean/goals1.lean.expected.out
2015-03-27 14:54:41 -07:00

10 lines
334 B
Text

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