"Frank A. Christoph" wrote:
> 
> There is an incompatibility between UNIX and Win32 versions of the May 99
> release. The following program
> 
>   module M where
>   import Prelude hiding (map)
>   map = 1
> 
> loads without problem on UNIX, but on Win32 it yields the message
> 
> Reading file "M.hs":
> Reading file "C:\hugs98\lib\Prelude.hs":
> Parsing
> ERROR "C:\hugs98\lib\Prelude.hs": Module "Prelude" already loaded
> 
> I didn't see this mentioned in the known bugs list.

Hi Frank.

This example works fine on my NT box. I'll try it
later on my Win98 box at home. Can you send some
more details about your setup, what your HugsPath
is, and if this is the standard binary release?

Thanks,

Andy

Reply via email to