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

5 lines
104 B
Text

exit
example (a b : Prop) (h : a ∧ b) : a :=
begin
induction h using and.rec_on with h₁ h₂,
end