9 lines
109 B
Text
9 lines
109 B
Text
exit
|
|
--
|
|
|
|
variable p : Prop
|
|
definition foo (q : Prop) : q → true :=
|
|
begin
|
|
intro r,
|
|
apply true.intro
|
|
end
|