Hugs version: 1.3c
Configuration options: default
Operating System: Sun 5 and Windows NT
Compiler: gcc and precompiled, respectively

Expected behavior: evaluated expression (as Hugs 1.4)

Observed behavior: failed (see transcript)

Session transcript: 
C:\PROGRA~1\HUGS1~1.3C>hugs
  __   __ __  __  ____   ___     __________________________________________
  ||   || ||  || ||  || ||__     Hugs 1.3c: The Haskell User's Gofer System
  ||___|| ||__|| ||__||  __||    Copyright (c) Mark P Jones,
  ||---||         ___||          The University of Nottingham, 1994-1998.
  ||   ||                        Report bugs to [EMAIL PROTECTED]
  ||   ||     [March 1998]       __________________________________________

Reading script file "\hugs\prelude.hs":

Hugs session for:
\hugs\prelude.hs
Type :? for help
? foldl1 (*) (map (\x -> 1.0 - (x/10)) [0..7])

ERROR: Unresolved overloading
*** type       : Fractional Int => Int
*** expression : foldl1 (*) (map (\x -> 1.0 - x / 10) (enumFromTo 0 7))

Related programs: none

--
Scott Turner
[EMAIL PROTECTED]       http://www.ma.ultranet.com/~pkturner

Reply via email to