On Sun, Oct 26, 2003 at 04:58:57PM +0100, Henk-Jan.van.Tuyl wrote:
> The attached program leads to the message:
> INTERNAL ERROR: parseInput
> at load time.

> import IO
> x,   
> y :: String

Thanks for the report.  This is a syntax error (y should be indented
more than x) and should have been reported as such.  But if a syntax
error occurred at the start of the first declaration of a module, the
parser became confused.  As it happens, this one was already fixed in CVS.
_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to