INTERNAL ERROR: parseInput

Ross Paterson ross at soi.city.ac.uk
Sun Oct 26 16:28:14 EST 2003


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.


More information about the Hugs-Bugs mailing list