lean4-htt/old_tests/tests/lean/interactive/1313.lean
2018-04-10 12:56:55 -07:00

34 lines
556 B
Text

example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
begin
--^ "command": "info"
end
example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
begin
apply and.intro,
--^ "command": "info"
end
example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
begin
apply and.intro,
--^ "command": "info"
end
example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
begin
apply and.intro,
--^ "command": "info"
end
example (p q : Prop) (a : p) (b : q) : p ∧ q ∧ p :=
begin
apply and.intro,
--^ "command": "info"
{exact a},
end