lean2/tests/lean/tactic_var_bug.lean

8 lines
104 B
Text

--
variable p : Prop
definition foo (q : Prop) : q → true :=
begin
intro r,
apply true.intro
end