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 --- cache.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cache.md') 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 -- cgit 1.4.1