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.
由于相互依赖的导入,我不得不移动模块中的类实例Instances和模块中的数据类型Types。这两个模块的定义然后由包的主模块重新导出。
Instances
Types
Haddock 列出了我的类型的类实例派生的类实例,deriving但所有其他实例都丢失了(尽管它们似乎正确导出和工作)。这是正常的还是应该列出来?我能做些什么?
deriving
如果需要,这是包。
谢谢你。