26 Oct
2003
26 Oct
'03
4:58 p.m.
L.S., The attached program leads to the message: INTERNAL ERROR: parseInput at load time. I am running Hugs Version Nov 2002 on a Windows 98 system. Best regards, Henk-Jan van Tuyl --
26 Oct
26 Oct
5:28 p.m.
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.
8288
Age (days ago)
8288
Last active (days ago)
1 comments
2 participants
participants (2)
-
Henk-Jan.van.Tuyl -
Ross Paterson