lean2/tests/lean/tactic_var_bug.lean

9 lines
132 B
Text
Raw Normal View History

import tools.tactic logic.prop
variable p : Prop
definition foo (q : Prop) : q → true :=
begin
intro r,
apply true.intro
end