lean2/tests/lean/user_rec_crash.lean

5 lines
99 B
Text
Raw Normal View History

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