Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 WinGHCi 加载 *.hs 文件时,总是会引发异常。谁能帮我吗?
详细信息: 前奏>:l qsort.hs [1 of 1] 编译 Main (qsort.hs,解释) * * 例外:CreateDirectory ".":权限被拒绝(访问被拒绝。)*
解决了。qsort.hs 在 d:\ 中。现在,我将它移动到当前用户的目录,它可以成功加载。无论如何,为什么 WinGHCi 无法访问 d:\?这仍然是一个问题。