我正在尝试使用runhaskell file.hs
. 源代码如下所示:
main = putStrLn "hello world"
的输出runhaskell
是一个错误,我不知道如何修复:
<interactive>:1:1: error:
attempting to use module `main:Prelude' (.\Prelude.hs) which is not loaded
我正在尝试使用runhaskell file.hs
. 源代码如下所示:
main = putStrLn "hello world"
的输出runhaskell
是一个错误,我不知道如何修复:
<interactive>:1:1: error:
attempting to use module `main:Prelude' (.\Prelude.hs) which is not loaded