about summary refs log tree commit diff
path: root/cannot_solve.md
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-02-19 14:25:00 +0100
committerEmile <git@emile.space>2023-02-19 14:25:00 +0100
commitebe53b2c90e205ff6212c39e0b94387aa69e27d3 (patch)
treede3d082668267ae75cfa256b77c6c86250bdbba3 /cannot_solve.md
parentd2a328ed1ba0e9e9c3d8ca66d973a6ad346b742a (diff)
cannot_solved.md formatting
Diffstat (limited to 'cannot_solve.md')
-rw-r--r--cannot_solve.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/cannot_solve.md b/cannot_solve.md
index ed291be..b23ffbf 100644
--- a/cannot_solve.md
+++ b/cannot_solve.md
@@ -1,3 +1,6 @@
 # cannot solve
 
 - `(λa b. a λc. c c a) | (λa b. a λc. c c b)`
+- `(λa b. a λc. b a) | (λa b. a (b b a))`
+- `(λa b. a λc. c b b) | (λa b. a λc. c b)`
+- `(λa b. a (a b b)) | (λa b. a λc. c a)`