Skip to content

Commit 5c8b9fe

Browse files
committed
2 parents 5a9ae2b + 324d780 commit 5c8b9fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_chapters/lambdacalculus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ SUCC 2
329329
= λfx.(λfx. f (f x)) ((λfx. f (f (f x))) f) x
330330
= λfx.(λfx. f (f x)) (λx. f (f (f x))) x - this is the same as λfx.2 3 x
331331
= λ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
332+
= λfx.(λx. f (f (f x)) ((λx. f (f (f x))) x))
333+
= λfx.(f (f (f ((λx. f (f (f x))) x))))
334+
= λfx.(f (f (f (f (f (f x))))))
335335
= 6
336336
```
337337

0 commit comments

Comments
 (0)