id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
67,Type signature list skips some functions,judah,,"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.",defect,closed,major,,2.4.1,fixed,,ndmitchell@…
