From e69ff431f35b2f04eee74b2dd708faa8d8a47000 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Wed, 15 Sep 2010 23:17:50 -0400 Subject: [PATCH] week1: fix markup processing? Signed-off-by: Jim Pryor --- week1.mdwn | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/week1.mdwn b/week1.mdwn index b4d584d4..5eba0211 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -673,11 +673,8 @@ Here's how it looks to say the same thing in various of these languages. and there's no more mutation going on there than there is in: - +
∀x. (F x or ∀x (not (F x)))
+
When a previously-bound variable is rebound in the way we see here, that's called **shadowing**: the outer binding is shadowed during the scope of the inner binding. -- 2.11.0