From: jim Date: Sun, 8 Feb 2015 01:10:27 +0000 (-0500) Subject: fix markup X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=9b0baed249784c4f00c0398f23b5fcb7c853e040;hp=de108826480c232b504d1fa0583c4e2e140117a6 fix markup --- diff --git a/topics/_assignment2.mdwn b/topics/_assignment2.mdwn index bacd676e..946df8fe 100644 --- a/topics/_assignment2.mdwn +++ b/topics/_assignment2.mdwn @@ -163,10 +163,10 @@ Numbers 26. Given that we've agreed to Church's encoding of the numbers: - 0 ≡ \f z. z - 1 ≡ \f z. f z - 2 ≡ \f z. f (f z) - 3 ≡ \f z. f (f (f z)) + 0 ≡ \f z. z + 1 ≡ \f z. f z + 2 ≡ \f z. f (f z) + 3 ≡ \f z. f (f (f z)) ... How would you express the `succ` function in the Lambda Calculus?