X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=assignment4.mdwn;h=2c480096145d712a9f3018d9d8c289a43c3c9664;hb=40f8c745a271a15e718e2a52a94f4ef27a152d80;hp=7073dc6b188c3c022289937e451e00840ddf0f30;hpb=950285ea353793fdd9ddcfa7e6e54b4c1f73601c;p=lambda.git diff --git a/assignment4.mdwn b/assignment4.mdwn index 7073dc6b..2c480096 100644 --- a/assignment4.mdwn +++ b/assignment4.mdwn @@ -68,8 +68,6 @@ lists to see if they're equal. (You just programmed this above.) Write the fringe-enumeration function. It should work on the implementation of trees you designed in the previous step. - -(See [[hints/Assignment 4 hint 3]] if you need some hints.)