2015-02-17 00:56:42 +00:00
|
|
|
beginend_bug.lean:7:2: error:invalid 'apply' tactic, failed to unify
|
|
|
|
a = ?M_1
|
|
|
|
with
|
|
|
|
b = c
|
|
|
|
proof state:
|
2014-10-29 23:49:42 +00:00
|
|
|
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
|
2015-02-17 00:56:42 +00:00
|
|
|
beginend_bug.lean:9:0: error: don't know how to synthesize placeholder
|
|
|
|
A : Type,
|
|
|
|
a b c : A,
|
|
|
|
Hab : a = b,
|
|
|
|
Hbc : b = c
|
|
|
|
⊢ a = c
|
2014-10-29 23:49:42 +00:00
|
|
|
beginend_bug.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-29 23:49:42 +00:00
|
|
|
?M_1
|