8b7dc4e03a
Perhaps, we should add an option to disable this new feature. Remark: this commit makes commit46d418a
redundant. I'm keeping46d418a
because we may retract this commit in the future.
4 lines
95 B
Text
4 lines
95 B
Text
succ (nat.rec 2 (λ (b₁ : ℕ), succ) 0)
|
||
3
|
||
succ (nat.rec a (λ (b₁ : ℕ), succ) 0)
|
||
succ a
|