|
|
|
|
|
by dvt
2022 days ago
|
|
This is what S and K (and I) are: S := λx.λy.λz.x z (y z)
K := λx.λy.x
I := λx.x
There's nothing really more to it. What's weird/amazing is that just with these three (technically, just S and K, as I can be derived from them), you can compute anything. |
|
How many parameters do S,K,or I take?
If x=11, y=12, z=13 what are S,K? I assume I = 11