2014-10-28 22:15:38 -07:00
|
|
|
goals1.lean:9:0: error: unsolved subgoals
|
2014-10-28 16:25:16 -07:00
|
|
|
A : Type,
|
2015-01-13 11:10:28 -08:00
|
|
|
a b c : A,
|
2014-10-28 16:25:16 -07:00
|
|
|
Hab : eq a b,
|
|
|
|
Hbc : eq b c
|
|
|
|
⊢ eq b c
|
2014-10-14 17:37:20 -07:00
|
|
|
goals1.lean:9:0: error: failed to add declaration 'foo' to environment, value has metavariables
|
|
|
|
λ (A : Type) (a b c : A) (Hab : eq a b) (Hbc : eq b c),
|
|
|
|
?M_1
|