gpt4 book ai didi

haskell - 在 GHC 中禁用 "Module does not export identifier"警告

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

编译以下代码:

import Prelude hiding (nonExistent)
main = return ()

ghc -Wall给出:
test.hs:1:1: Warning:
Module `Prelude' does not export `nonExistent'

有没有 -fno-XXX禁用此特定警告的标志?

最佳答案

我自己发现了这个标志:-fno-warn-dodgy-imports :

除了文档中说明的内容:

-fwarn-dodgy-imports: Causes a warning to be emitted when a datatype T is imported with all constructors, i.e. T(..), but has been exported abstractly, i.e. T.



它似乎也启用/禁用了我在问题中给出的特定警告。

关于haskell - 在 GHC 中禁用 "Module does not export identifier"警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23572909/

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