Motivation: `cases` and `induction` tactics use these names when the user does not provide them.
9 lines
449 B
Text
9 lines
449 B
Text
tactic_state_pp.lean:31:0: error: tactic failed, there are unsolved goals
|
||
state:
|
||
My custom goal visualizer
|
||
Goal: ∀ {n_1 : ℕ} (a : α) (a_1 : Vec α n_1),
|
||
(λ (a : ℕ) (w : Vec α a), n = a → v == w → f v ≠ 2) (nat.succ n_1) (Vec.cons a a_1)
|
||
tactic_state_pp.lean:39:0: error: tactic failed, there are unsolved goals
|
||
state:
|
||
My custom goal visualizer
|
||
Goal: ∀ (n_1 : ℕ), (λ (w : ℕ), n = w → 0 < n → succ (pred n) = n) (succ n_1)
|