5 lines
75 B
Text
5 lines
75 B
Text
example (a b : Prop) : a → b → a ∧ b :=
|
|
begin
|
|
intros,
|
|
splits
|
|
end
|