diff options
author | simonmar <unknown> | 2003-11-03 14:24:24 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-11-03 14:24:24 +0000 |
commit | b6c7a273f756beab4d1490f56e5fac62b2882101 (patch) | |
tree | 401f3146217205dca57b1a2ff5d6805514c19402 /TODO | |
parent | 187d7618e86c8db865c0cdcc38d0633c23cf1d88 (diff) |
[haddock @ 2003-11-03 14:24:24 by simonmar]
Update TODO file.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -10,8 +10,8 @@ * remove the s/r conflicts I added to the grammar * Support for the rest of GHC extensions in the parser: - - implicit parameters - scoped type variables (return types left to do). + - template haskell * Be a bit cleaner about error cases: some internal errors can be generated by bugs in the Haskell source. Divide out the proper @@ -33,8 +33,14 @@ ----------------------------------------------------------------------------- -- features +* quiet warnings for missing things in modules which aren't included + in the run (i.e. stop complaining about Prelude stuff by default). + * merge the indices, adding annotations to distinguish types/classes/functions/ - constructors as necessary. + constructors as necessary. Remove the emboldening of original entities in + the index. + +* Generating a single index from many .haddock files should be possible. * nested itemized and enumerated lists. |