aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-05-24 15:45:47 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-05-24 15:45:47 +0000
commit382c94118677e859c06080fd1510fdd311e50a83 (patch)
tree40c0be31842c0b63c8f404da874d25c1f0d8315f
parent11252ea11c1d2af6a261fb8610cc4420c58c07fb (diff)
add a bug
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1d8f326c..69243dd4 100644
--- a/TODO
+++ b/TODO
@@ -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.