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" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> 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 > _______________________________________________ Hugs-Bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/hugs-bugs
