From: Jim Pryor Date: Thu, 16 Sep 2010 00:22:31 +0000 (-0400) Subject: week1: tweaks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=401a63312ecb386247e23ebc0e1426652bfae3b5;ds=sidebyside week1: tweaks Signed-off-by: Jim Pryor --- diff --git a/week1.mdwn b/week1.mdwn index 92bf533c..e175b6bb 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -437,7 +437,11 @@ Here's how it looks to say the same thing in various of these languages. (fun x -> ((fun x -> x) 2) 3) - and there's no more change of state going on here than there is in &exists;x. (F x and &exists;x (not (F x))). + and there's no more change of state going on here than there is in: + +
+ ∃x. (F x and ∃x (not (F x))) +
Some more comparisons between Scheme and OCaml