lean2/tests/lean/run/proposition.lean

4 lines
99 B
Text

proposition tst {a b : Prop} : a → b → a ∧ b :=
begin
intros, split, repeat assumption
end