lean4-htt/tests/lean/tactic_state_pp.lean.expected.out
2017-01-20 19:08:41 -08:00

9 lines
445 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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: ∀ (a : ), (λ (w : ), n = w → 0 < n → succ (pred n) = n) (succ a)