From ebe53b2c90e205ff6212c39e0b94387aa69e27d3 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 19 Feb 2023 14:25:00 +0100 Subject: cannot_solved.md formatting --- cache.md | 1 + 1 file changed, 1 insertion(+) (limited to 'cache.md') diff --git a/cache.md b/cache.md index 139ebd0..048a7d2 100644 --- a/cache.md +++ b/cache.md @@ -88,4 +88,5 @@ (('(λa b c. a (a c))', '(λa b. a (a a b))'), ('(λx y. x)', '(λx y. y)')): ['(λc d. c)', '(λa b c. b a b b)', '(λa b. a)', '(λa b. b)', '(λa b c. c a a a)'] (('(λ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))'] ``` \ No newline at end of file -- cgit 1.4.1