diff options
author | simonmar <unknown> | 2003-08-15 15:00:18 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-08-15 15:00:18 +0000 |
commit | 1aa077bf607ac720b01a70a6e350b3cea9dd7233 (patch) | |
tree | 4ca270a73edc5077668981bc7929e087439994ae | |
parent | ff5c7d6ddfabadf0afe24e33a5487d630fbbd406 (diff) |
[haddock @ 2003-08-15 15:00:18 by simonmar]
Update
-rw-r--r-- | TODO | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -21,16 +21,6 @@ * Parent button should be removed if there isn't a parent. -* a paragraph like - - > text - more text - - is interpreted strangely: the second line is interpreted as part of the - code block, but the second line is non-literal (and markup within it - is interpreted normally). Rewrite the lexer using Alex, and fix this - at the same time. - * derived instance support isn't quite right (doing it properly is hard, though). @@ -54,6 +44,8 @@ * Comments on instance declarations? (suggested by Daan and Iavor). +* Comments on default method declarations? (suggested by Satnam). + * Add a search feature which just invokes Google? * Do the unlitting/CPPing from Haddock itself so we get the source file |