lean4-htt/tests/lean/assert_tac3.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

16 lines
255 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.

a : ,
x : := ?m_1
⊢ a = a
a :
definition tst2 : ∀ (a : ), a = a :=
λ a, let x : := a in eq.refl a
a b : ,
x : := ?m_1
⊢ a = a
a b :
-- second goal was indirectly solved by the previous tactic
no goals