gpt4 book ai didi

haskell - 如何在haskell中使用隐藏模块

转载 作者:行者123 更新时间:2023-12-02 00:55:11 25 4
gpt4 key购买 nike

我正在尝试从 Cryptonite 库中导入 ByteArray。我的 cabal 文件在 Build depends 中有 cryptonite,我的导入语句如下所示

import Crypto.Internal.ByteArray (ByteArray, Bytes)
import qualified Crypto.Internal.ByteArray as B

我得到的错误是无法加载模块“Crypto.Internal.ByteArray” 它是“cryptonite-0.25”包中的一个隐藏模块我看过其他使用此特定导入语句的代码示例,我在这里缺少什么?

最佳答案

根据 GHC Docs , 隐藏模块

"cannot be imported, but they are still subject to the overlapping constraint: no other package in the same program may provide a module of the same name."

关于haskell - 如何在haskell中使用隐藏模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54755319/

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