lean2/tests/lean/acc_rec_bug.lean.expected.out

4 lines
195 B
Text
Raw Normal View History

F x₁ (λ y a, acc.rec (λ x₂ ac iH, F x₂ iH) (ac y a))
acc.rec (λ x₂ ac iH, F x₂ iH) (acc.intro x₁ ac) : C x₁
F x₁ (λ y a, acc.rec (λ x₂ ac iH, F x₂ iH) (ac y a)) : C x₁