| Working with the latest hugs (990121 Beta), and using the
| --enable-prims flag and loading HugsInternals, I encountered the
| following problems:

These problems should have been fixed by the patches that I distributed
on Jan 29; you can get a copy from the Hugs 98 page at:
     http://www.cse.ogi.edu/~mpj/hugs/hugs98.html
if you missed the announcement on hugs-bugs.  Please let me know if these
patches don't solve the problem.  On the specifics of the Addr type, it
might be useful to repeat my previous comments:

        Hmm.  I don't understand why Addr is included in the Prelude at
        all; perhaps we can remove it altogether in the final release,
        but it will take some time to investigate.  For the time being,
        you will need to

           import Prelude hiding (Addr)

        in any module that also does an:

           import HugsInternals

        (or you could use qualified imports).  A similar change needs
        to be made to the HugsInternals library (and is included in the
        patch).

Hope this helps!

All the best,
Mark

Reply via email to