lean2/tests/lean/671.lean.expected.out

3 lines
103 B
Text
Raw Normal View History

definition nat.add : :=
λ (a b : ), nat.rec_on b a (λ (b₁ : ), nat.succ)