Andreas Marth wrote:
> 
>  I just tried the ghc-4.045 for Win32-sytems and got the error "Variable not in
> scope:  'fromInt' ".
Someone correct me if I'm wrong, but I think the all-purpose function
you are supposed to use to turn an integer into some other sort of
number is called "fromIntegral".  "fromInt" is obsolete and you should
remove it from your code.  (Or if you absolutely HAVE to use it, it is
still available but only as a Glasgow extension.)

Reply via email to