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.
我有一个带有签名的函数,Own_type1 -> String -> Own_type2 -> IO ()希望我可以解释我自己的类型,并在最终的文档中正确链接等等。
Own_type1 -> String -> Own_type2 -> IO ()
使用 Haddock 时如何实现这一点?
您链接到您自己的类型的方式与链接到其他类型的方式相同(请参阅Haddock 文档中的第 3.8.6 节)。