Lambda: make the argument name consistent with the latter text
This commit is contained in:
parent
461c574f8d
commit
35e66258cc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue