diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-05-24 15:45:47 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-05-24 15:45:47 +0000 |
commit | 382c94118677e859c06080fd1510fdd311e50a83 (patch) | |
tree | 40c0be31842c0b63c8f404da874d25c1f0d8315f /TODO | |
parent | 11252ea11c1d2af6a261fb8610cc4420c58c07fb (diff) |
add a bug
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ ----------------------------------------------------------------------------- -- bugs +* HsParser bug: starting the module with '-- | doc' followed by a declaration + doesn't parse, because the '-- | doc' is interpreted as the module + documentation (the grammar has an S/R conflict because of this). + * We don't point module references ("..." in doc strings) to the correct package, they are always assumed to be modules in the current package. |