main = do print("bananas".reverse) print(4.negate.recip) print([1..5].map (\ x -> x * 2).filter (\ x -> x > 5)) where (.) = flip id