2014-10-29 23:49:42 +00:00
|
|
|
beginend_bug.lean:7:2: error: tactic failed
|
|
|
|
A : Type,
|
2015-01-13 19:10:28 +00:00
|
|
|
a b c : A,
|
2014-10-29 23:49:42 +00:00
|
|
|
Hab : a = b,
|
|
|
|
Hbc : b = c
|
|
|
|
⊢ a = ?M_1
|
|
|
|
|
|
|
|
A : Type,
|
2015-01-13 19:10:28 +00:00
|
|
|
a b c : A,
|
2014-10-29 23:49:42 +00:00
|
|
|
Hab : a = b,
|
|
|
|
Hbc : b = c
|
|
|
|
⊢ ?M_1 = c
|
|
|
|
beginend_bug.lean:9:0: error: failed to add declaration 'foo' to environment, value has metavariables
|
|
|
|
λ (A : Type) (a b c : A) (Hab : a = b) (Hbc : b = c),
|
|
|
|
?M_1
|