aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-07-03 16:18:16 +0000
committersimonmar <unknown>2002-07-03 16:18:16 +0000
commit9a9aa1a8edbe37b4b29c2f49239df24fa60fbf6a (patch)
tree175019e29c1bcce50a5984d39d15c6144b2b886b
parent4e2b9ae6205b247183350e4e0127c7137e54b2e5 (diff)
[haddock @ 2002-07-03 16:18:16 by simonmar]
Update
-rw-r--r--TODO9
1 files changed, 1 insertions, 8 deletions
diff --git a/TODO b/TODO
index cab9bd87..ae04a5c3 100644
--- a/TODO
+++ b/TODO
@@ -11,12 +11,8 @@
target module is imported without hiding any of its exports (otherwise
we should inline just the exported bits).
-* pay attention to import specs!
-
* remove the s/r conflicts I added to the grammar
-* check handling of special types ([], (), (,) etc.)
-
* Support for the rest of GHC extensions in the parser:
- implicit parameters
- scoped type variables (return types left to do).
@@ -28,8 +24,6 @@
-----------------------------------------------------------------------------
-- features
-* Top-level package docs
-
* Do the unlitting/CPPing from Haddock itself so we get the source file
links right.
@@ -42,8 +36,7 @@
#long, #short, #noinstances (on a type or class)
-* facilities for saving interfaces so that you can run Haddock against
- something that isn't the Prelude.
+ #inline, #noinline on a module export
* Allow documentation annotations to explicitly name the entity they
refer to.