diff options
author | David Waern <david.waern@gmail.com> | 2008-02-10 14:47:39 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-02-10 14:47:39 +0000 |
commit | 3ce9fc1bdaece29d431c3790b2df5ba7b066fa63 (patch) | |
tree | 81de12518ac62264b3a517a75afa75c6907a8b12 /TODO | |
parent | c595811ef4e6378e5df41f680b644d7665cf4682 (diff) |
Remove bugs from TODO that don't apply anymore since the port
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -62,21 +62,10 @@ target module is imported without hiding any of its exports (otherwise we should inline just the exported bits). -* remove the s/r conflicts I added to the grammar - -* Support for the rest of GHC extensions in the parser: - - scoped type variables (return types left to do). - - template haskell - - explicit kind annotations - - infix type constructors - * Be a bit cleaner about error cases: some internal errors can be generated by bugs in the Haskell source. Divide out the proper internal error cases and emit proper error messages. -* derived instance support isn't quite right (doing it properly is - hard, though). - * The synopsis generated for a module with no docs should not attempt to link to the doc for each entity. We need a different kind of summary here: what we really want is just the documentation section but without |