Haddock

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

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

Download

Documentation

Development