about summary refs log tree commit diff
path: root/cannot_solve.md
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-02-19 16:18:01 +0100
committerEmile <git@emile.space>2023-02-19 16:18:01 +0100
commit4d8113285d13fa29dad8a3d084fe7b45ae14f093 (patch)
tree8033a943d3ec30f1b5a0509ee1e5c7bb18c2b1d0 /cannot_solve.md
parent602d8c2bd5a562be7858cc239c2f46bb10440deb (diff)
update cache and cannot_solve
Diffstat (limited to 'cannot_solve.md')
-rw-r--r--cannot_solve.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/cannot_solve.md b/cannot_solve.md
index f82b4e7..9964dff 100644
--- a/cannot_solve.md
+++ b/cannot_solve.md
@@ -46,3 +46,8 @@
 - `(λa b. a λc. c c b) | (λa b. a (b b))`
 - `(λa b. a λc. c c c) | (λa b. a (b a a))`
 - `(λa b. b b) | (λa b. b a)`
+- `(λa b. a λc. b a b) | (λa b. a (b b))`
+- `(λa b. a a λc. a (c b a) b) | (λa b. a a λc. a (c b c) b)`
+- `(λa b. a λc. b (c b) a) | (λa b. a λc. b (c c) a)`
+- `(λa b. a λc. b (a b)) | (λa b. a λc. b (a a))`
+- `(λa b. a λc. a (a b)) | (λa b. a λc. a (a c b))`