8b7dc4e03a
Perhaps, we should add an option to disable this new feature. Remark: this commit makes commit46d418a
redundant. I'm keeping46d418a
because we may retract this commit in the future.
20 lines
511 B
Text
20 lines
511 B
Text
gen_fail.lean:6:2: error:invalid 'generalize' tactic, type error
|
||
type mismatch at application
|
||
eq v
|
||
term
|
||
v
|
||
has type
|
||
vector ℕ n_1
|
||
but is expected to have type
|
||
vector ℕ n
|
||
proof state:
|
||
n : ℕ,
|
||
v : vector ℕ n
|
||
⊢ v = v
|
||
gen_fail.lean:7:0: error: don't know how to synthesize placeholder
|
||
n : ℕ,
|
||
v : vector ℕ n
|
||
⊢ v = v
|
||
gen_fail.lean:7:0: error: failed to add declaration 'tst' to environment, value has metavariables
|
||
remark: set 'formatter.hide_full_terms' to false to see the complete term
|
||
?M_1
|