<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">Hello!
<br>
&nbsp;&nbsp; I'm a student in Professor John Peterson's Elements of Computing
(class site located here: <a class="moz-txt-link-freetext"
 href="http://cs.yale.edu/cs110-05">http://cs.yale.edu/cs110-05</a>)
and he's having me learn Haskell with Paul Hudak's SOE book. I'm
working on the PaddleBall in 20 lines at the end of Chapter 15 and I'm
having a problem with HUGS. I downloaded the version from <a
 class="moz-txt-link-freetext"
 href="http://haskell.org/soe/software.htm">http://haskell.org/soe/software.htm</a>
which is recommended but I'm still having trouble. I copied the code
verbatim from the book and I still get the following error.
<br>
<br>
ERROR "Animation.hs" - Unknown entity "word32ToInt" imported from
module "Word"
<br>
<br>
It looks like this is a problem with one of the Haskell or Hugs
libraries, not an SOE library. If anyone has any suggestions, they
would be greatly appreciated.
<br>
<br>
<br>
If anyone would like to see my code, please let me know and I'll post
it ASAP.
<br>
<br>
~Alex
<br>
<br>
<br>
</div>
</body>
</html>