From 4d8113285d13fa29dad8a3d084fe7b45ae14f093 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 19 Feb 2023 16:18:01 +0100 Subject: update cache and cannot_solve --- cannot_solve.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cannot_solve.md') 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))` -- cgit 1.4.1