6 lines
297 B
Text
6 lines
297 B
Text
|
goals1.lean:9:0: error: unsolved placeholder, unsolved subgoals
|
||
|
A : Type, a : A, b : A, c : A, Hab : eq a b, Hbc : eq b c ⊢ eq a b
|
||
|
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
|