> nhc98 and ghc4.06 show a different message:
> 
> Fuzzy.hs:188: Variable not in scope: `fromInt'

The function "fromInt" is not part of Haskell'98.  Replace its sole use
with "fromIntegral", and the module compiles just fine with nhc98.

Regards,
    Malcolm


Reply via email to