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.

--FC

Reply via email to