From 9412638eb0c74f8e462440c244edc7b5c81cfeec Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 8 Feb 2015 16:33:47 -0500 Subject: [PATCH 1/1] markup --- topics/week2_lambda_intro.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/week2_lambda_intro.mdwn b/topics/week2_lambda_intro.mdwn index d002abf8..0b894579 100644 --- a/topics/week2_lambda_intro.mdwn +++ b/topics/week2_lambda_intro.mdwn @@ -317,7 +317,7 @@ are distinct lambda expressions: (\z z) -yet when applied to any argument M, all of these will always return M. So they +yet when applied to any argument `M`, all of these will always return `M`. So they have the same extension. It's also true, though you may not yet be in a position to see, that no other function can differentiate between them when they're supplied as an argument to it. However, these expressions are all -- 2.11.0