Hi, when I try to use import like these:
import System.Random
import Control.Monad 

I get this error: "Syntax error in input (unexpected keyword "import")". Can you tell me why this happens and how I can fix it?
Thanks..