Humor/1984
From HaskellWiki
< Humor(Difference between revisions)
(we have always been at war with IO) |
|||
| (2 intermediate revisions 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> | |
| + | let 2 + 2 = 5 in 2 + 2 | ||
| + | </haskell> | ||
| - | let | + | Or |
| + | |||
| + | <haskell> | ||
| + | let _'freedom' = "slavery" in _'freedom' | ||
| + | </haskell> | ||
Current revision
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'
