aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1ed95a21..327d9b45 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
-----------------------------------------------------------------------------
-- bugs
+* Ralf Laemmel's isntance bug (email: "haddock 0.6 issue")
+
* Pick the preferred export names as per the paper.
* A module re-export should only reference the target module if the
@@ -32,6 +34,11 @@
* We don't handle non-ASCII characters in doc comments. (need to specify
the encoding in the generated HTML too?).
+* There's no way to refer explicitly to either a type/class
+ constructor or data constructor When there are more than one of
+ these with the same name. Perhaps introduce a special syntax for
+ them? (eg. ':C' means data constructor C?)
+
-----------------------------------------------------------------------------
-- features