lean4-htt/tests/lean/tactic_var_bug.lean
2016-06-10 18:29:41 -07:00

9 lines
109 B
Text

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