diff options
author | simonmar <unknown> | 2004-05-10 10:11:51 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-05-10 10:11:51 +0000 |
commit | 8b18f2fe7dede3427169ac2e248075e73b119092 (patch) | |
tree | 0925c12edabe260a9c9d3efead8a92d1f12578f7 /TODO | |
parent | 59f53e32c9c22f04d5a280593d57eb48699eaf86 (diff) |
[haddock @ 2004-05-10 10:11:51 by simonmar]
Update
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,8 @@ ----------------------------------------------------------------------------- -- bugs +* doc --gen-contents and --use-contents + * A module re-export should only reference the target module if the target module is imported without hiding any of its exports (otherwise we should inline just the exported bits). @@ -11,6 +13,7 @@ - scoped type variables (return types left to do). - template haskell - explicit kind annotations + - infix type constructors * Be a bit cleaner about error cases: some internal errors can be generated by bugs in the Haskell source. Divide out the proper |