chore: init
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
commit
3036c77fb6
4
a.txt
Normal file
4
a.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
(λx.λy.x y y) (λz.z) a
|
||||||
|
(λy.(λz.z) y y) a
|
||||||
|
(λz.z) a a
|
||||||
|
a a
|
3
b.txt
Normal file
3
b.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
(λx.x) (λy.y y) f
|
||||||
|
(λy.y y) f
|
||||||
|
f f
|
7
c.txt
Normal file
7
c.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
(λx.λy.(x y) (y w))
|
||||||
|
λy.((y w) y)
|
||||||
|
(λy.(y w)) y
|
||||||
|
y w
|
||||||
|
|
||||||
|
But actually look more like a simple definition of a lambda without any arguments.
|
||||||
|
I'm not sure about this one.
|
4
d.txt
Normal file
4
d.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
(λx.(x x) λx.(x x))
|
||||||
|
λx.(x x) λx.(x x)
|
||||||
|
λx.(x x) λx.(x x)
|
||||||
|
... [Infinite loop reduction]
|
Loading…
x
Reference in New Issue
Block a user