Hi,
Download : hugs98-990222-all.tar.gz
Problem : possible inconsistency of Prelude.hs and Monad.hs
Error : Unknown entity "accumulate" exported from module "Monad"
Description :
I am unexperienced with Haskell, so I am not quite sure, whether
I missed something about it. I downloaded hugs98-990222-all.tar.gz,
gunziped and untarred it. Then I did configure and make install as
described in Install.
There are no problems loading Hugs. The error encounters when trying
to load the library file Monad.hs ( with and without -98 flag).
It seems to me that accumulate has been renamed to sequence, but
this has not been with the export clause.
Error log :
-----------------------------------------------------------------
wlohmann@sam>./hugs
__ __ __ __ ____ ___
_______________________________________________
|| || || || || || ||__ Hugs 98: The Nottingham and Yale Haskell
system
||___|| ||__|| ||__|| __|| Copyright (c) 1994-1999
||---|| ___|| World Wide Web: http://haskell.org/hugs
|| || Report bugs to: [EMAIL PROTECTED]
|| || Version: February 1999
_______________________________________________
Haskell 98 mode: Restart with command line option -98 to enable
extensions
Reading file "/users/pra9/put/wlohmann/lib2/hugs/lib/Prelude.hs":
Hugs session for:
/users/pra9/put/wlohmann/lib2/hugs/lib/Prelude.hs
Type :? for help
Prelude> :l /users/pra9/put/wlohmann/lib2/hugs/lib/Monad
Reading file "/users/pra9/put/wlohmann/lib2/hugs/lib/Monad.hs":
ERROR "/users/pra9/put/wlohmann/lib2/hugs/lib/Monad.hs": Unknown entity
"accumulate" exported from module "Monad"
Prelude>
----------------------------------------------------------------
[EMAIL PROTECTED]