diff options
author | simonmar <unknown> | 2003-11-05 15:16:38 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-11-05 15:16:38 +0000 |
commit | 01a25ca67470a1066b9aa46a2fcc99a278c18937 (patch) | |
tree | cb0c3b7c6df6cc78c52fdb4bd26c813468f0ab18 | |
parent | f14ea82a6c7a6fc491a1c3aaf056e286de8507cd (diff) |
[haddock @ 2003-11-05 15:16:38 by simonmar]
Update
-rw-r--r-- | TODO | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -24,8 +24,8 @@ * derived instance support isn't quite right (doing it properly is hard, though). -* Referring to something that has a defn but no typesignature doesn't elicit - a useful message. +* Referring to something that has a defn but no type signature doesn't + elicit a useful message. * Trying to re-export something from another package doesn't work (unless it's the whole module). We should give a warning or something. @@ -33,13 +33,6 @@ ----------------------------------------------------------------------------- -- features -* quiet warnings for missing things in modules which aren't included - in the run (i.e. stop complaining about Prelude stuff by default). - -* merge the indices, adding annotations to distinguish types/classes/functions/ - constructors as necessary. Remove the emboldening of original entities in - the index. - * Generating a single index from many .haddock files should be possible. * nested itemized and enumerated lists. |