about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-02-19 14:26:12 +0100
committerEmile <git@emile.space>2023-02-19 14:26:12 +0100
commit82fbfa6e7fa5c02a2703fcaf6d180cd9d8be6bfa (patch)
tree7f315d026df3602c2e1cbc21a66789d00ce65dcc
parent8770f1504217e0ef301be835300588ef7687466f (diff)
state update
-rw-r--r--cache.md3
-rw-r--r--cache.picklebin11708 -> 12186 bytes
-rw-r--r--cannot_solve.md1
3 files changed, 4 insertions, 0 deletions
diff --git a/cache.md b/cache.md
index 40a5e3a..36c5b87 100644
--- a/cache.md
+++ b/cache.md
@@ -91,4 +91,7 @@
 (('(λ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)']
+(('(λa b. a (b a) a)', '(λa b. a (λc. a c a) a)'), ('(λx y. x)', '(λx y. y)')): ['(λa b. a)', '(λa b c. a b b a)', '(λa b. a)', '(λa b. b)', '(λa b. b)']
+(('(λa b c. a (a c a))', '(λa b. a (b a a))'), ('(λx y. x)', '(λx y. y)')): ['(λa b. b)', '(λa b. b a b)', '(λa b. b)', '(λa b. a b a)', '(λa b. b)', '(λa b. a b b)', '(λb. (λe f. f))', '(λc d. c)']
+(('(λa b c. b c)', '(λa b c. c c c)'), ('(λx y. x)', '(λx y. y)')): ['(λa b. b b b)', '(λa b. b)', '(λa b c. a c a b)', '(λa b. b)', '(λa b c. a b b a)', '(λb. (λe f. f))', '(λa b. a)', '(λa b. a a a)', '(λa b. a)']
 ```
\ No newline at end of file
diff --git a/cache.pickle b/cache.pickle
index d05f315..af6066a 100644
--- a/cache.pickle
+++ b/cache.pickle
Binary files differdiff --git a/cannot_solve.md b/cannot_solve.md
index 6321a2e..1cabb4f 100644
--- a/cannot_solve.md
+++ b/cannot_solve.md
@@ -7,3 +7,4 @@
 - `(λ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))`
+- `(λa b. a a λc. a (a c) a) | (λa b. a a λc. a (a b) a)`