Prelude> square x = x * x ERROR - Syntax error in input (unexpected `=') I can't seem to define anything on Haskell. It says Unexpected '='. I am running Hugs98 latest 2001 Version right off the Website Windows Install File. What am i doing wrong?