diff options
author | simonmar <unknown> | 2002-05-09 15:59:45 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-09 15:59:45 +0000 |
commit | 089fb6e66b199d267ad6ea4f0ed9404f897b05d6 (patch) | |
tree | b08cbf40db4ecca1bcc663118159be45899c321e /TODO | |
parent | f3960959f9bb3d5833bdc97094a7b7687c82cbc8 (diff) |
[haddock @ 2002-05-09 15:59:45 by simonmar]
update
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +* 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). + * Put SrcLocs in DocComments * facilities for saving interfaces so that you can run Haddock against |