aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index a6e2d656..ea928f05 100644
--- a/TODO
+++ b/TODO
@@ -20,17 +20,9 @@
-----------------------------------------------------------------------------
-- bugs
-* parenthises are sometimes dropped in data declarations, e.g.
- data Improving a = IV a (a -> Ordering)
- becomes
- data Improving a = IV a a -> Ordering
-
* parser doesn't support doc comments on types in type aliases:
type MyInt = Int -- ^ comment
-* Haddock generates links to hidden modules (e.g. uses of IO point at
- GHC.IOBase.IO).
-
* HsParser bug: starting the module with '-- | doc' followed by a declaration
doesn't parse, because the '-- | doc' is interpreted as the module
documentation (the grammar has an S/R conflict because of this).