4 lines
99 B
Text
4 lines
99 B
Text
proposition tst {a b : Prop} : a → b → a ∧ b :=
|
|
begin
|
|
intros, split, repeat assumption
|
|
end
|