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.
HsColour 包能够生成带有鼠标悬停类型注释的 html,可以在功能创建者的网站上找到一个示例。
如何使用 hscolour 生成带有注释鼠标悬停的 html?我是否需要另一个程序来生成注释,如果需要,它是什么?
您需要使用 Haddock 生成类型注释,带有--annot=FILE标志,其中FILE是您要生成的文件的文件名。然后,您可以将相同的参数 ( --annot=FILE) 传递给 HsColour。
--annot=FILE
FILE