":load System" in mac version of Hugs Feb 2001

Kristofer Johannisson krijo@cs.chalmers.se
Fri, 23 Feb 2001 10:58:28 +0100


Hi, 

the macintosh version of Hugs 98 February 2001 gives me an error when I type
":load System":
-----
Prelude> :load System
Reading file "System":
Parsing
ERROR System:1 - Syntax error in declaration (unexpected symbol "d1")
------

Note that it works OK if you type ":load System.hs":

-------
Prelude> :load System.hs
Reading file "Macintosh HD:Applications (Mac OS 9):hugs98:lib:System.hs":

Hugs session for:
Macintosh HD:Applications (Mac OS 9):hugs98:lib:Prelude.hs
Macintosh HD:Applications (Mac OS 9):hugs98:lib:System.hs
--------

You can load other standard things without the ".hs", for instance:

--------
List> :load List
Reading file "Macintosh HD:Applications (Mac OS 9):hugs98:lib:List.hs":
Reading file "Macintosh HD:Applications (Mac OS 9):hugs98:lib:Maybe.hs":
Reading file "Macintosh HD:Applications (Mac OS 9):hugs98:lib:List.hs":

Hugs session for:
Macintosh HD:Applications (Mac OS 9):hugs98:lib:Prelude.hs
Macintosh HD:Applications (Mac OS 9):hugs98:lib:Maybe.hs
Macintosh HD:Applications (Mac OS 9):hugs98:lib:List.hs
-------


/ Kristofer Johannisson