diff options
-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. |