Re: INTERNAL ERROR: parseInput
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
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.