Lambda: make the argument name consistent with the latter text

This commit is contained in:
Marko Dimjašević 2019-12-28 22:47:03 +01:00
parent 461c574f8d
commit 35e66258cc

View file

@ -72,7 +72,7 @@ Terms have seven constructs. Three are for the core lambda calculus:
Three are for the naturals:
* Zero `` `zero ``
* Successor `` `suc N ``
* Successor `` `suc M ``
* Case `` case L [zero⇒ M |suc x ⇒ N ] ``
And one is for recursion: