From d6c8426cbbb0f40315cd0b2e9e4f27021d12da66 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Sat, 16 Oct 2010 16:45:29 -0400 Subject: [PATCH] alternate Y1,Y2 tweak Signed-off-by: Jim Pryor --- hints/assignment_4_hint_3_alternate_1.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hints/assignment_4_hint_3_alternate_1.mdwn b/hints/assignment_4_hint_3_alternate_1.mdwn index c8bb62c5..ca4f9f5a 100644 --- a/hints/assignment_4_hint_3_alternate_1.mdwn +++ b/hints/assignment_4_hint_3_alternate_1.mdwn @@ -48,7 +48,7 @@ Alternate strategy for Y1, Y2 let Yw = \ff gg. Y ( \w h. (\g. gg (Yv ff g h) g h) ( w h)) in let Y3of3 = \ff gg hh. Y ( \h. (\g. hh (Yv ff g h) g h) (Yw ff gg h)) in let Y2of3 = \ff gg hh. Yw ff gg (Y3of3 ff gg hh) in - let Y1of3 = \ff gg hh. Yv ff (Y2of3 ff gg hh) (Y3of3 ff gg hh) in + let Y1of3 = \ff gg hh. Yv ff (Y2of3 ff gg hh) (Y3of3 ff gg hh) in let f = Y1of3 (\f g h. A) (\f g h. B) (\f g h. C) in let g = Y2of3 (\f g h. A) (\f g h. B) (\f g h. C) in let h = Y3of3 (\f g h. A) (\f g h. B) (\f g h. C) in -- 2.11.0