Name: Anonymous 2007-08-19 22:01 ID:cGHmVo4b
What are your opinions? Use or don't use?
(((ok bitch)(you asked for it)(here goes))(im taking out the fucking(bold paranthesis on you))(you fuqing angered an expert programmer)(ive been here for (expt 3 88888000) years longer than you)(ive read sicp twice)(i know every programming language in the worldincluding apl)(if u wanna batl (lets do it))(ill crush you like a bean))
Haskell.(~>) :: a -> (a -> b) -> b
infixl ~>
(~>) = flip ($)
data Person = Person {
address :: Address
, age :: Integer
} deriving (Show)
data Address = Address {
street :: String
, house :: Integer
} deriving (Show)