From 6cc4c1a3e2105e6083c01802261583a84f48e418 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 12 Apr 2008 19:16:37 +0000 Subject: Remove two fixed bugs from TODO --- TODO | 8 -------- 1 file changed, 8 deletions(-) (limited to 'TODO') 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). -- cgit v1.2.3