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