我正在使用山狮。我打开终端,然后我加载ghci
,我写:l
,然后我尝试通过用鼠标将它从我的桌面拖动到终端来加载我的文件(它在我的桌面上),所以我知道位置是正确的,我得到了这个,提前谢谢你:
Prelude> :l /Users/myusername/Desktop/Test.hs
[1 of 1] Compiling Main ( /Users/myusername/Desktop/Test.hs, interpreted )
/Users/myusername/Desktop/Test.hs:1:7: parse error on input `\'
Failed, modules loaded: none.
Prelude>
编辑:我试图打开的文件(用文本编辑编写)是:
double :: Int -> Int
double x = x + x