diff options
author | Emile <git@emile.space> | 2023-02-19 16:18:01 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-02-19 16:18:01 +0100 |
commit | 4d8113285d13fa29dad8a3d084fe7b45ae14f093 (patch) | |
tree | 8033a943d3ec30f1b5a0509ee1e5c7bb18c2b1d0 | |
parent | 602d8c2bd5a562be7858cc239c2f46bb10440deb (diff) |
update cache and cannot_solve
-rw-r--r-- | cache.md | 6 | ||||
-rw-r--r-- | cache.pickle | bin | 18060 -> 18890 bytes | |||
-rw-r--r-- | cannot_solve.md | 5 | ||||
-rw-r--r-- | cannot_solve.pickle | bin | 65 -> 345 bytes |
4 files changed, 11 insertions, 0 deletions
diff --git a/cache.md b/cache.md index 868bf71..898b5a8 100644 --- a/cache.md +++ b/cache.md @@ -134,4 +134,10 @@ (('(λa b c. b (b c) b)', '(λa b c. b (a a) b)'), ('(λx y. x)', '(λx y. y)')): ['(λe f. f)', '(λa b. a)', '(λc d. c)', '(λa b. b)'] (('(λa b. a (λc. a (b a a) b) a)', '(λa b. a (λc. a (b c c) b) a)'), ('(λx y. x)', '(λx y. y)')): ['(λa b. a)', '(λa b. a b a)', '(λe f. f)'] (('(λa b c. c a)', '(λa. a a a)'), ('(λx y. x)', '(λx y. y)')): ['(λc d. c)', '(λa. (λc d. c))', '(λa b. a b a)', '(λa b. a a b)', '(λe f. f)', '(λa b. a)'] +(('(λa b c. a a (a a))', '(λa b. a a (a a a))'), ('(λx y. x)', '(λx y. y)')): ['(λa. (λc d. c))', '(λa b. a a b)', '(λa b. a a b)', '(λa b. a a b)', '(λa b. a)', '(λb. (λe f. f))', '(λa b. a)', '(λa b c. b c a b)'] +(('(λa. a a a)', '(λa b c. a c a)'), ('(λx y. x)', '(λx y. y)')): ['(λa b. b)', '(λa b c. b a c b)', '(λa b. a)'] +(('(λa b. b b b)', '(λa b c. a a c)'), ('(λx y. x)', '(λx y. y)')): ['(λa. (λc d. c))', '(λa. (λc d. c))', '(λe f. f)', '(λb. (λe f. f))'] +(('(λa b. a (λc. b a (b a)) a)', '(λa b. a (λc. b a (b b c)) a)'), ('(λx y. x)', '(λx y. y)')): ['(λa b. a)', '(λa. a)', '(λe f. f)', '(λb. (λe f. f))'] +(('(λa b. b b b)', '(λa b. b b)'), ('(λx y. x)', '(λx y. y)')): ['(λa b c. a a a a)', '(λa b c. a b c c)', '(λa b. a)', '(λb. (λe f. f))'] +(('(λa b. a (λc. a (b b b)) a)', '(λa b. a (λc. a (a b)) a)'), ('(λx y. x)', '(λx y. y)')): ['(λa. a)', '(λb. (λe f. f))', '(λa b. a)'] ``` \ No newline at end of file diff --git a/cache.pickle b/cache.pickle index ad466f6..9a31b29 100644 --- a/cache.pickle +++ b/cache.pickle Binary files differdiff --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))` diff --git a/cannot_solve.pickle b/cannot_solve.pickle index 2e4b803..a2e91b0 100644 --- a/cannot_solve.pickle +++ b/cannot_solve.pickle Binary files differ |