lean4-htt/tests/lean/assert_tac3.lean.expected.out
2016-06-17 15:19:50 -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