Lambda: give the suc constructor is the text with an argument

This commit is contained in:
Marko Dimjašević 2019-12-28 22:40:02 +01:00
parent a77284a415
commit 461c574f8d

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 ``
* Successor `` `suc N ``
* Case `` case L [zero⇒ M |suc x ⇒ N ] ``
And one is for recursion: