Haddock

From HaskellWiki
Revision as of 02:54, 28 November 2015 by Bart Massey (talk | contribs) (updated repo info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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