From: Jim Pryor Date: Mon, 4 Oct 2010 01:12:33 +0000 (-0400) Subject: assignment4 tweaks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=950285ea353793fdd9ddcfa7e6e54b4c1f73601c;hp=-c assignment4 tweaks Signed-off-by: Jim Pryor --- 950285ea353793fdd9ddcfa7e6e54b4c1f73601c diff --git a/assignment4.mdwn b/assignment4.mdwn index 821b92e1..7073dc6b 100644 --- a/assignment4.mdwn +++ b/assignment4.mdwn @@ -76,7 +76,7 @@ trees you designed in the previous step. #Mutually-recursive functions# -
    +
    1. (Challenging.) One way to define the function `even` is to have it hand off part of the work to another function `odd`: