diff options
author | simonmar <unknown> | 2004-03-12 11:33:39 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-03-12 11:33:39 +0000 |
commit | 1ac55326e49db9d0e97ec1dbcda289441a149a45 (patch) | |
tree | c2e5be7249502ad3f9cf567b59fb5148a5a625ce /TODO | |
parent | 992d4225a97a88d4b05be904efa35400d6ec4b8c (diff) |
[haddock @ 2004-03-12 11:33:39 by simonmar]
Add an item.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,8 @@ ----------------------------------------------------------------------------- -- bugs +* Ralf Laemmel's isntance bug (email: "haddock 0.6 issue") + * Pick the preferred export names as per the paper. * A module re-export should only reference the target module if the @@ -32,6 +34,11 @@ * We don't handle non-ASCII characters in doc comments. (need to specify the encoding in the generated HTML too?). +* There's no way to refer explicitly to either a type/class + constructor or data constructor When there are more than one of + these with the same name. Perhaps introduce a special syntax for + them? (eg. ':C' means data constructor C?) + ----------------------------------------------------------------------------- -- features |