From 382c94118677e859c06080fd1510fdd311e50a83 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 24 May 2006 15:45:47 +0000 Subject: add a bug --- TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO') 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. -- cgit v1.2.3