6 lines
80 B
Text
6 lines
80 B
Text
exit
|
|
example (a b : Prop) : a → b → a ∧ b :=
|
|
begin
|
|
intros,
|
|
splits
|
|
end
|