Difference between revisions of "Humor/1984"

From HaskellWiki
Jump to navigation Jump to search
(we have always been at war with IO)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
If you obstruction of mathematical truth was limited to the world of fiction
+
If you thought obstruction of mathematical truth was limited to the world of fiction, then try evaluating:
   
  +
<haskell>
try evaluating:
 
 
let 2 + 2 = 5 in 2 + 2
  +
</haskell>
   
  +
Or
let { 2 + 2 = 5 } in 2 + 2
 
  +
  +
<haskell>
  +
let _'freedom' = "slavery" in _'freedom'
  +
</haskell>

Latest revision as of 00:39, 24 December 2007

If you thought obstruction of mathematical truth was limited to the world of fiction, then try evaluating:

let 2 + 2 = 5 in 2 + 2

Or

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