[Haskell-cafe] GHC/base API documentation has been generated incorrectly

John Millikin jmillikin at gmail.com
Wed Feb 3 00:30:03 EST 2010


Looking at (for example) the docs for 'bracket'[1], the parameter
documentation has been "shifted" up by one. The source code[2] looks
correct, so perhaps Haddock is parsing it incorrectly? Docs for other
functions, such as 'showSigned'[3], exhibit the same error.

[1] http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Exception.html#v%3Abracket
[2] http://www.haskell.org/ghc/docs/latest/html/libraries/base/src/Control-Exception-Base.html#bracket
[3] http://www.haskell.org/ghc/docs/latest/html/libraries/base/Numeric.html#v%3AshowSigned


More information about the Haskell-Cafe mailing list