From 8770f1504217e0ef301be835300588ef7687466f Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 19 Feb 2023 14:26:04 +0100 Subject: state update --- cannot_solve.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cannot_solve.md') diff --git a/cannot_solve.md b/cannot_solve.md index b23ffbf..6321a2e 100644 --- a/cannot_solve.md +++ b/cannot_solve.md @@ -4,3 +4,6 @@ - `(λ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)` +- `(λa b. a a λc. b (c c c)) | (λa b. a a λc. b (c a))` +- `(λa b. a a λc. b b b) | (λa b. a a λc. a a)` +- `(λa b. a a λc. b (b c a)) | (λa b. a a λc. b (b a b))` -- cgit 1.4.1