[Haskell] Haskell SOE Question

Cale Gibbard cgibbard at gmail.com
Wed Jul 27 03:28:42 EDT 2005


On 26/07/05, Alex Edelsburg <alex.edelsburg at gmail.com> wrote:
> Thanks for the quick reply. I rewrote import Word (word32ToInt) as
> import Word (fromIntegral). It took much longer for Hugs to compile my
> code (I know its technically an interpeter...) but when it finished, I
> got the following error.
> 
> ERROR "Animation.hs" - Unknown entity "fromIntegral" imported from
> module "Word"
> 
> Just to be specific, I have HUGS Version: 20050113 from
> http://haskell.org/soe/software.htm

You shouldn't have to import it even, it's in the Prelude.


More information about the Haskell mailing list