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.
我有一个奇怪的问题。
我有一个模块,称为“编译器”,文件本身称为compiler.hs。如果我尝试将此模块导入另一个模块(在同一目录中),GHCi 会给出错误并说它找不到文件。现在我在同一个目录中有另一个模块,并且在导入时工作得很好。
我使用 ghci program.hs 来解释程序。“program.hs” 导入编译器模块。
我的操作系统是基于 debian 的 linux 发行版并运行 GHCi,版本 6.12.1:
重命名compiler.hs为Compiler.hs(大写“C”)。Linux 文件名区分大小写。
compiler.hs
Compiler.hs