Bug: parseInput internal error
Hi, The following code: f = 1 where g (Just gives: INTERNAL ERROR: parseInput Please report this Hugs bug to mailto:hugs-bugs@haskell.org with: WinHugs May 2006 I don't have WinHugs Sep 2006 on this machine, so can't replicate on the most recent WinHugs, but will when I get into the office. Thanks Neil
L.S., WinHugs Sep 2006 seems to handle this well: Hugs> f = 1 where g (Just ERROR - Syntax error in input (unexpected `=') Henk-Jan van Tuyl On Sun, 15 Oct 2006 18:07:30 +0200, Neil Mitchell <ndmitchell@gmail.com> wrote:
Hi,
The following code: f = 1 where g (Just
gives: INTERNAL ERROR: parseInput Please report this Hugs bug to mailto:hugs-bugs@haskell.org
with: WinHugs May 2006
I don't have WinHugs Sep 2006 on this machine, so can't replicate on the most recent WinHugs, but will when I get into the office.
Thanks
Neil _______________________________________________ Hugs-Bugs mailing list Hugs-Bugs@haskell.org http://www.haskell.org/mailman/listinfo/hugs-bugs
-- Met vriendelijke groet, Henk-Jan van Tuyl -- http://Van.Tuyl.eu/ -- Using Opera's revolutionary e-mail client: https://secure.bmtmicro.com/opera/buy-opera.html?AID=789433
On Sun, Oct 15, 2006 at 07:57:58PM +0200, Henk-Jan van Tuyl wrote:
WinHugs Sep 2006 seems to handle this well:
Hugs> f = 1 where g (Just ERROR - Syntax error in input (unexpected `=')
I think he meant that this was in a truncated source file. Sep 2006 also gives an internal error in that case.
participants (3)
-
Henk-Jan van Tuyl -
Neil Mitchell -
Ross Paterson