From: Jim Pryor Date: Sun, 3 Oct 2010 23:41:51 +0000 (-0400) Subject: assignment4 tweaks, hints X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=154e84d6eb3f8aad60181f24327671ff8f090cbc;hp=-c assignment4 tweaks, hints Signed-off-by: Jim Pryor --- 154e84d6eb3f8aad60181f24327671ff8f090cbc diff --git a/assignment4.mdwn b/assignment4.mdwn index cfe621cd..9f566758 100644 --- a/assignment4.mdwn +++ b/assignment4.mdwn @@ -28,6 +28,8 @@ First, read this: [[Implementing trees]]
  1. blah + +(See [[hints/Assignment 4 hint 3]] if you need some hints.)
@@ -80,5 +82,8 @@ If we gave you such a `Y1` and `Y2`, how would you implement the above definitio
  • (More challenging.) Using our derivation of Y from the [[Week2]] notes as a model, construct a pair `Y1` and `Y2` that behave in the way described. + +(See [[hints/Assignment 4 hint 4]] if you need some hints.) + diff --git a/hints/assignment_4_hint_3.mdwn b/hints/assignment_4_hint_3.mdwn new file mode 100644 index 00000000..48063d3a --- /dev/null +++ b/hints/assignment_4_hint_3.mdwn @@ -0,0 +1,2 @@ +Hints for enumerating a tree's fringe. + diff --git a/hints/assignment_4_hint_4.mdwn b/hints/assignment_4_hint_4.mdwn new file mode 100644 index 00000000..a30b4861 --- /dev/null +++ b/hints/assignment_4_hint_4.mdwn @@ -0,0 +1,2 @@ +Hints for Y1,Y2. +