[Haskell] Haskell SOE Question

Alex Edelsburg alex.edelsburg at gmail.com
Wed Jul 27 04:46:12 EDT 2005


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


More information about the Haskell mailing list