5 lines
64 B
Text
5 lines
64 B
Text
exit
|
|
example (a b : Prop) : a ∧ b :=
|
|
begin
|
|
apply or.inr
|
|
end
|