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