diff options
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,8 @@ ----------------------------------------------------------------------------- -- bugs +* doc --gen-contents and --use-contents + * A module re-export should only reference the target module if the target module is imported without hiding any of its exports (otherwise we should inline just the exported bits). @@ -11,6 +13,7 @@ - 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 |