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

3 lines
103 B
Text
Raw Normal View History

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