lean4-htt/tests/lean/focus_tac.lean.expected.out

30 lines
411 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.

---- after assert ----
2 goals
a :
a : ,
x : := ?m_1
⊢ a = a
--- inside focus tac ---
a :
focus_tac.lean:4:3: error: solve1 tactic failed, focused goal has not been solved
state:
a :
---- after assert ----
2 goals
a :
a : ,
x : := ?m_1
⊢ a = a
--- inside focus tac ---
a :
---- after focus tac ----
a : ,
x : := a
⊢ a = a