aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-04-12 19:16:37 +0000
committerDavid Waern <david.waern@gmail.com>2008-04-12 19:16:37 +0000
commit6cc4c1a3e2105e6083c01802261583a84f48e418 (patch)
tree0a5ddde5bde82a7a1f4907a5b26e3055409a6b91
parenta381399f880a529e9d37e53edafef5f10eccbb71 (diff)
Remove two fixed bugs from TODO
-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).