GHCi: \begin{haskellcode} > 3 + 5 > (3 :: Integer) + (5 :: Int) > 6 * 5.0 > "Hello" ++ " world" > "Haskell" > "C++" > True && False \end{haskellcode}