diff options
author | simonmar <unknown> | 2003-08-04 12:59:47 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-08-04 12:59:47 +0000 |
commit | 9e3f3f2d7ced4c9a1e22fe720351ed866f40675f (patch) | |
tree | 213f4d41a4d8a2c440a1e23acc66f092a9fdabca | |
parent | 3d3b5c8754225dd18a0423583ed5e37746ddf465 (diff) |
[haddock @ 2003-08-04 12:59:47 by simonmar]
A couple of TODOs.
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -34,6 +34,12 @@ * derived instance support isn't quite right (doing it properly is hard, though). +* Referring to something that has a defn but no typesignature doesn't elicit + a useful message. + +* Trying to re-export something from another package doesn't work (unless + it's the whole module). We should give a warning or something. + ----------------------------------------------------------------------------- -- features |