Name: Anonymous 2008-02-22 5:28
try {
data T = C
deriving (Eq, Ord)
instance Show T where
show C = "\ESC[1mEXPERT HASKELL PROGRAMMER\ESC[m"
instance Num T where
fromInteger x = C
c + x = C
C - c = C
x * C = C
abs x = C
signum c = C
x = negate
c = 42
main = print$
C-x C-c