From 8770f1504217e0ef301be835300588ef7687466f Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 19 Feb 2023 14:26:04 +0100 Subject: state update --- cache.md | 2 ++ cache.pickle | Bin 11381 -> 11708 bytes cannot_solve.md | 3 +++ 3 files changed, 5 insertions(+) diff --git a/cache.md b/cache.md index 048a7d2..40a5e3a 100644 --- a/cache.md +++ b/cache.md @@ -89,4 +89,6 @@ (('(λa b c. b c)', '(λa b. b b)'), ('(λx y. x)', '(λx y. y)')): ['(λa b c. a b a a)', '(λb. (λe f. f))', '(λa b. a a b)', '(λp. p (λe f. f) (λc d. c))', '(λa b. a)'] (('(λa b. a a (a b a))', '(λa b c. a a (a c))'), ('(λx y. x)', '(λx y. y)')): ['(λa. (λc d. c))', '(λb a c c. (λc d. c))', '(λb a c c. (λc d. c))', '(λb a c c. (λc d. c))', '(λa b. a b a)', '(λa. (λc d. c))', '(λa b. b)', '(λb a c c. (λc d. c))'] (('(λa b c. a (b b a))', '(λa b c. a (a b b))'), ('(λx y. x)', '(λx y. y)')): ['(λa b. a)', '(λe f. f)', '(λa. a)', '(λb a c c. (λc d. c))'] +(('(λa b. a (λc. a (a b)) a)', '(λa b. a (λc. a (b a b)) a)'), ('(λx y. x)', '(λx y. y)')): ['(λa b. a)', '(λa b. a)', '(λb a c c. (λc d. c))', '(λa b. a)', '(λb. (λe f. f))', '(λa b. a)', '(λa b. a)'] +(('(λa b. a a λc. a a a)', '(λa b. a a λc. a a)'), ('(λx y. x)', '(λx y. y)')): ['(λa b. b)', '(λe f. f)', '(λa b. a)', '(λb. (λe f. f))', '(λa b. a)'] ``` \ No newline at end of file diff --git a/cache.pickle b/cache.pickle index cbe7864..d05f315 100644 Binary files a/cache.pickle and b/cache.pickle differ 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