aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index f61daf7c..61f8a296 100644
--- a/TODO
+++ b/TODO
@@ -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