diff options
author | simonmar <unknown> | 2003-07-28 13:31:46 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-07-28 13:31:46 +0000 |
commit | 0bd27cb220388759980066ccd7dd739cee43f0e4 (patch) | |
tree | 7bafb3c8c07fe07ac633d83b5cff79f86dfbba12 /TODO | |
parent | 122bd578c258386479a7ba14cea39c035fbe1c2a (diff) |
[haddock @ 2003-07-28 13:31:46 by simonmar]
Update
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,9 +1,6 @@ ----------------------------------------------------------------------------- -- bugs - -* don't link to M.x if M.x is re-exported via a 'module N' from module M. - * Pick the preferred export names as per the paper. * A module re-export should only reference the target module if the @@ -20,8 +17,6 @@ generated by bugs in the Haskell source. Divide out the proper internal error cases and emit proper error messages. -* Document new labelling feature - * For a module with no documentation section, include a "synopsis" header? * Parent button should be removed if there isn't a parent. @@ -51,7 +46,7 @@ (section headings, etc.) and possibly in other comments. (suggseted by Daan). -* Comments on instance declarations? (suggested by Daan). +* Comments on instance declarations? (suggested by Daan and Iavor). * Add a search feature which just invokes Google? |