jacobstanley / acme-flipping-tables

Stop execution with rage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acme-flipping-tables

Stop execution with rage.

Flip a table (or any other string of your choosing) to demonstrate your complete and utter rage towards the situation.

Usage:

impossible :: a
impossible = (╯°□°╯) "┻━┻"

Output:

λ impossible
*** Exception: (╯°□°)╯︵┻━┻

Usage:

head []    = (╯°□°╯) "Prelude.head: empty list"
head (x:_) = x

Output:

λ head []
*** Exception: (╯°□°)╯︵ʇsıl ʎʇdɯǝ :pɐǝɥ.ǝpnlǝɹd

About

Stop execution with rage.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%