diff options
author | David Waern <david.waern@gmail.com> | 2008-04-12 19:16:37 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-04-12 19:16:37 +0000 |
commit | 6cc4c1a3e2105e6083c01802261583a84f48e418 (patch) | |
tree | 0a5ddde5bde82a7a1f4907a5b26e3055409a6b91 | |
parent | a381399f880a529e9d37e53edafef5f10eccbb71 (diff) |
Remove two fixed bugs from TODO
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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). |