aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-04-11 14:29:04 +0000
committerDavid Waern <david.waern@gmail.com>2008-04-11 14:29:04 +0000
commit5f879151761fac778ade71c663883571329bc78d (patch)
treec7b493595ab21a2a6bd0c761f07f5d2a638b0783 /TODO
parent44078266ac5a1cbba503c32e3e2aa22db0e45820 (diff)
Add a bug to TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index a6503d78..a6e2d656 100644
--- a/TODO
+++ b/TODO
@@ -20,6 +20,11 @@
-----------------------------------------------------------------------------
-- 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