diff options
-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? |