I\'m new to Haskell and after starting ghci I tried:
ghci
f x = 2 * x
and I obtained:
:1:4: pars
Starting in GHC 8.0.1 this would no longer generate an error.