alternate Y1,Y2 tweak
[lambda.git] / hints / assignment_4_hint_3_alternate_1.mdwn
index ca4f9f5..28b40fe 100644 (file)
@@ -42,6 +42,7 @@ Alternate strategy for Y1, Y2
                let f =                            v g h in
                D
 
+       <!--
        Or in Y1of3, Y2of3, Y3of3 form:
 
                let Yv    = \ff.       Y (\v g h.      ff ( v    g h) g h)                in
@@ -53,4 +54,5 @@ Alternate strategy for Y1, Y2
                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
                D
+       -->