[haddock] #67: Type signature list skips some functions
haddock
haddock at projects.haskell.org
Wed Dec 3 22:30:29 EST 2008
#67: Type signature list skips some functions
-------------------+--------------------------------------------------------
Reporter: judah | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 2.5.0
Version: 2.4.1 | Keywords:
-------------------+--------------------------------------------------------
If you define a type signature such as:
{{{
foo, bar, baz :: SomeType
}}}
then the generated HTML documentation does not list `foo` or `bar`, even
though they were explicitly given a type signature.
For an example of this, see this page from Hackage:
http://hackage.haskell.org/packages/archive/terminfo/0.2.2.1/doc/html
/System-Console-Terminfo-Keys.html
Several functions such as `keypadOn`, `keypadLeft`, `keypadRight` are not
documented even though they have explicit type signatures in the (linked)
source file.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/67>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list