Difference between revisions of "Humor/1984"

From HaskellWiki
Jump to navigation Jump to search
(another 1984-ism)
Line 3: Line 3:
 
try evaluating:
 
try evaluating:
   
  +
<haskell>
let { 2 + 2 = 5 } in 2 + 2
+
let 2 + 2 = 5 in 2 + 2
  +
</haskell>
  +
  +
Or
  +
  +
<haskell>
  +
let _'freedom' = "slavery" in _'freedom'
  +
</haskell>

Revision as of 03:27, 3 November 2006

If you obstruction of mathematical truth was limited to the world of fiction

try evaluating:

let 2 + 2 = 5 in 2 + 2

Or

let _'freedom' = "slavery" in _'freedom'