Haddock

From HaskellWiki
Revision as of 22:41, 10 December 2006 by Conal (talk | contribs) (added "is" to first sentence)
Jump to navigation Jump to search

Haddock is a tool for automatically generating documentation from annotated Haskell source code.

Haddock is now the de facto standard Haskell documentation tool. It is used for the standard libraries that come with GHC and Hugs. It is also supported by Cabal.