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


_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to