From: Jim Pryor Date: Mon, 4 Oct 2010 01:12:36 +0000 (-0400) Subject: Merge branch 'pryor' X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=93875f124b3af0b7e114373588fa110d79f9abc0;hp=a952192898d22300538716b640291d9943683a6a Merge branch 'pryor' --- 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`: