We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a9ae2b + 324d780 commit 5c8b9feCopy full SHA for 5c8b9fe
_chapters/lambdacalculus.md
@@ -329,9 +329,9 @@ SUCC 2
329
= λfx.(λfx. f (f x)) ((λfx. f (f (f x))) f) x
330
= λfx.(λfx. f (f x)) (λx. f (f (f x))) x - this is the same as λfx.2 3 x
331
= λfx.(λx. (λx. f (f (f x))) ((λx. f (f (f x))) x)) x
332
- = λfx.(λx. f (f (f x)) ((λx. f (f (f x))) x)) x
333
- = λfx.(f (f (f ((λx. f (f (f x))) x)))) x
334
- = λfx.(f (f (f (f (f (f x)))))) x
+ = λfx.(λx. f (f (f x)) ((λx. f (f (f x))) x))
+ = λfx.(f (f (f ((λx. f (f (f x))) x))))
+ = λfx.(f (f (f (f (f (f x))))))
335
= 6
336
```
337
0 commit comments