lean4-htt/tests/lean/focus_tac.lean.expected.out
Leonardo de Moura f72f9dd561 fix(frontends/lean/pp): purify metavar_decl_ref's
The tests become too fragile if we don't purify them.
2016-07-30 20:30:03 -07:00

31 lines
581 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 ----
a :
a : ,
x : := ?m_1
⊢ a = a
--- inside focus tac ---
a :
focus_tac.lean:4:0: error: focus tactic failed, focused goal has not been solved
state:
a :
focus_tac.lean:4:0: error: failed to add declaration 'example' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1
---- after assert ----
a :
a : ,
x : := ?m_1
⊢ a = a
--- inside focus tac ---
a :
---- after focus tac ----
a : ,
x : := ?m_1
⊢ a = a