[Haddock] [haddock] #261: Add type signatures to index overview
haddock
haddock at projects.haskell.org
Tue Sep 10 10:04:07 BST 2013
#261: Add type signatures to index overview
------------------------+---------------------------------------------------
Reporter: quchen | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone:
Version: 2.11.0 | Keywords:
------------------------+---------------------------------------------------
I've recently spent a lot of time in the GHC source and was clicking
through names in the index just to find out the types for certain
identifiers. Paired with the large amount of empty space the index table
has, I thought it would be a good idea to fill that empty space with type
signatures. The index would then have three columns: name, defining
module, type. (For types/newtypes the actual definition could be filled in
instead.) What do you think?
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/261>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list