Alex Edelsburg <[EMAIL PROTECTED]> writes:

> I removed both import statements from the code and tried to run
> again. This time HUGS generated the following error.
> ERROR "Animation.hs":57 - Undefined variable "word32ToInt"

...which is, as pointed out previously, deprecated in favor of
"fromIntegral".  So you need to replace it.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to