From 0a9bc75a32e50f792c4020863859c19aa2d1e2dc Mon Sep 17 00:00:00 2001 From: barker Date: Mon, 4 Oct 2010 13:19:07 -0400 Subject: [PATCH] --- hints/assignment_4_hint_3.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0