[Haskell] Haskell SOE Question
Stefan Holdermans
stefan at cs.uu.nl
Wed Jul 27 04:56:19 EDT 2005
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
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
More information about the Haskell
mailing list