[Haskell Cheat Sheets] (https://gist.github.com/vpayno/0a7db3ff9a4fac8774c5)
-
Integers can act like floats but floats can't act like integers.
-
Negative numbers must be surrounded by parenthesis or the compiler will try to use the negative sign as an infix function.