X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=hints%2Fassignment_4_hint_3.mdwn;h=94e2010a8c323137b9c408dabb252fc474d1a4cf;hp=9cfef8adb6daedb127ffb6c6cbe452fa921f17cb;hb=5bda5b5a2df9af3e0b46179854b370819f14ced8;hpb=0a79dd27b99169648a1f03ec0b8847a1c5b822fc diff --git a/hints/assignment_4_hint_3.mdwn b/hints/assignment_4_hint_3.mdwn index 9cfef8ad..94e2010a 100644 --- a/hints/assignment_4_hint_3.mdwn +++ b/hints/assignment_4_hint_3.mdwn @@ -1,6 +1,6 @@ Hints for Y1,Y2. -* Begin by trying to define `X1` and `X2` directly, then once they're working, you can abstract back to a pair of combinators `Y1` and `Y2` that generate `X1` and `X2` for a given pair of arguments `T1` and `T2`. +* Begin by trying to define `X1` and `X2` directly [[assignment 4 hint 3 hint 1]], then once they're working, you can abstract back to a pair of combinators `Y1` and `Y2` that generate `X1` and `X2` for a given pair of arguments `T1` and `T2`. You want: