Alex,
Just remove the line
import Word (word32ToInt)
and replace all *other* occurrences of word32ToInt with fromIntegral.
HTH,
Stefan
On Jul 27, 2005, at 10:46 AM, Alex Edelsburg wrote:
Thanks for the quick reply, Lennart. If I understand you correctly, I
should only have the following import
import Word (word32ToInt)
Is this correct? If so, this is how my code was at the beginning. With
only that import statement, I get this error.
ERROR "Animation.hs" - Unknown entity "word32ToInt" imported from
module "Word"
Sorry if I'm misunderstanding...
~Alex
_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell
_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell