gpt4 book ai didi

haskell - 无法将 HUnit 导入 ghci

转载 作者:行者123 更新时间:2023-12-04 22:24:14 24 4
gpt4 key购买 nike

我刚刚安装了 HUnit,并想将其导入 ghci。

Prelude> import HUnit

<no location info>:
Could not find module `HUnit':
Use -v to see a list of the files searched for.

另外,我不确定如何使用 -v帮我。
Prelude> import -v HUnit

<interactive>:1:8: parse error on input `-'

Prelude> import -v

<interactive>:1:8: parse error on input `-'

Prelude> -v

<interactive>:1:2: Not in scope: `v'

我该如何导入它?

最佳答案

正确的模块是 Test.HUnit .导入它,它应该可以工作。

使用 -v选项,或者在命令行上指定它,例如ghci -v , 或输入 :set -v从 GHCi 内部。

关于haskell - 无法将 HUnit 导入 ghci,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7817116/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com