aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.