diff options
author | simonmar <unknown> | 2002-07-03 16:18:16 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-07-03 16:18:16 +0000 |
commit | 9a9aa1a8edbe37b4b29c2f49239df24fa60fbf6a (patch) | |
tree | 175019e29c1bcce50a5984d39d15c6144b2b886b /TODO | |
parent | 4e2b9ae6205b247183350e4e0127c7137e54b2e5 (diff) |
[haddock @ 2002-07-03 16:18:16 by simonmar]
Update
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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. |