aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-04-05 13:58:23 +0000
committersimonmar <unknown>2002-04-05 13:58:23 +0000
commit1570cbc1516011c5486967733d3be1e722449312 (patch)
treebf9f6d2def41d25d9d5e220b2f3d88cf37797c0d
parent8363294c673619f5442e802c6bda346d864fb909 (diff)
[haddock @ 2002-04-05 13:58:23 by simonmar]
update the TODO list
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index 9fc4d404..bc4621a4 100644
--- a/TODO
+++ b/TODO
@@ -9,10 +9,11 @@
* handle scoped type variables in the parser
-* For a re-exported declaration, remap its original names to names that are
- "closer" to the current module (might need to rename decls twice: once
- for docs with import_env, and once for export with orig_env). This is
- the final support needed to fully "hide" modules from the output.
+* Allow fully hiding modules from the output
+
+* Add a link to the defining location of a re-exported entity
+
+* Add an index page to the HTML output
* fixities