Bug in ST.hs?

Sigbjorn Finne sof@galois.com
Wed, 27 Feb 2002 18:45:35 -0800


Hi,

the error message could be a lot better, but you
need to load that module from within a Hugs
session that has the Hugs extensions enabled.

Just in case you haven't done that before, you
enable those extensions by invoking the Hugs
interpreter with "-98" added to the command-line.
Or, on a Windows box, select the "Hugs (Hugs mode)"
entry from the Hugs98 start menu folder.

hth
--sigbjorn

----- Original Message ----- 
From: "Martin Schmidt" <mart.schmidt@gmx.de>
To: <hugs-bugs@haskell.org>
Sent: Sunday, February 24, 2002 07:05
Subject: Bug in ST.hs?


> Hi,
> 
> if I want to use the following library, I get an error message. I'm
> using the binary distribution for Windows (hugs98-Dec2001.msi). I
> already checked the source distribution to see if there are any
> difference, but the files are the same.
> 
> Reading file "C:\Programme\Hugs98\lib\exts\ST.hs":
> Parsing
> ERROR "C:\Programme\Hugs98\lib\exts\ST.hs":48 - Syntax error in type
> expression
> (unexpected `.')
> 
> Thank you for your help.
> 
> .\\artin Schmidt
>