[Haskell] Haskell SOE Question

Ketil Malde ketil+haskell at ii.uib.no
Wed Jul 27 04:47:48 EDT 2005


Alex Edelsburg <alex.edelsburg at gmail.com> 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



More information about the Haskell mailing list