2015-03-27 21:47:13 +00:00
|
|
|
goals1.lean:9:0: error: 1 unsolved subgoal
|
2014-10-28 23:25:16 +00:00
|
|
|
A : Type,
|
2015-01-13 19:10:28 +00:00
|
|
|
a b c : A,
|
2014-10-28 23:25:16 +00:00
|
|
|
Hab : eq a b,
|
|
|
|
Hbc : eq b c
|
|
|
|
⊢ eq b c
|
2014-10-15 00:37:20 +00:00
|
|
|
goals1.lean:9:0: error: failed to add declaration 'foo' to environment, value has metavariables
|
2015-03-13 19:42:57 +00:00
|
|
|
remark: set 'formatter.hide_full_terms' to false to see the complete term
|
|
|
|
λ (A : Type) (a b c : A) (Hab : …) (Hbc : …),
|
2014-10-15 00:37:20 +00:00
|
|
|
?M_1
|