-- !! cg014: main = -42 -- twice: in Float and Double main = print ((show ( (-42) :: Float )) ++ " " ++ (show ( (-42) :: Double )) ++ "\n")