19 lines
351 B
Text
19 lines
351 B
Text
beginend_bug.lean:7:2: error: tactic failed
|
|
A : Type,
|
|
a : A,
|
|
b : A,
|
|
c : A,
|
|
Hab : a = b,
|
|
Hbc : b = c
|
|
⊢ a = ?M_1
|
|
|
|
A : Type,
|
|
a : A,
|
|
b : A,
|
|
c : A,
|
|
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
|