2015-02-17 00:56:42 +00:00
|
|
|
|
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
|
2015-03-13 19:42:57 +00:00
|
|
|
|
remark: set 'formatter.hide_full_terms' to false to see the complete term
|
|
|
|
|
λ (n : ℕ) (v : …),
|
2015-02-17 00:56:42 +00:00
|
|
|
|
?M_1
|