6 lines
92 B
Text
6 lines
92 B
Text
exit
|
|
example (p q r : Prop) : p → q → r → r :=
|
|
begin
|
|
intro _ _ Hr,
|
|
assumption
|
|
end
|