gpt4 book ai didi

haskell - 模块导出列表 : how to export imported module?

转载 作者:行者123 更新时间:2023-12-01 11:13:21 25 4
gpt4 key购买 nike

<分区>

我可以像这样重新导出导入的模块:

module My (
module Another
, A
) where
import Another

但是这个表单只会导出AnotherA。如何在不枚举所有导出符号的情况下导出任何内容(全部!)和导入的模块?没有列表的导出之类的东西:

module My where
...

附言。最后一种形式不会重新导出导入模块。完全可以吗?

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