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

23 lines
222 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
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