chore: init

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
Rémi Heredero 2025-03-22 22:03:02 +01:00
commit 3036c77fb6
Signed by: Klagarge
GPG Key ID: 735B36B074A65F0F
4 changed files with 18 additions and 0 deletions

4
a.txt Normal file
View 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
View File

@ -0,0 +1,3 @@
(λx.x) (λy.y y) f
(λy.y y) f
f f

7
c.txt Normal file
View 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
View 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]