lean4-htt/old_tests/tests/lean/combinators1.lean.expected.out
2018-04-10 12:56:55 -07:00

24 lines
230 B
Text

first goal
p q : Prop,
a : p,
a_1 : q
⊢ p ∧ p
--- Second goal:
p q : Prop,
a : p,
a_1 : q
⊢ q
--- After
2 goals
p q : Prop,
a : p,
a_1 : q
⊢ p
p q : Prop,
a : p,
a_1 : q
⊢ p
should not work
should not work
should work