Ticket #67 (closed defect: fixed)
Type signature list skips some functions
| Reported by: | judah | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.4.1 | Keywords: | |
| Cc: | ndmitchell@… |
Description
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:
Several functions such as keypadOn, keypadLeft, keypadRight are not documented even though they have explicit type signatures in the (linked) source file.
Change History
Note: See
TracTickets for help on using
tickets.
