Ch. A. Herrmann <[EMAIL PROTECTED]> writes >I have a problem with the Eval class. Maybe its just that a compiler >flag or import declaration is missing. I compiled with > ghc-4.01/bin/ghc -c -fvia-C -syslib exts > >and got the error message: > No instance for `Eval Int' > [...] It was said Haskell-98 and further will be free of Eval at all (kind of everything is Eval). Do i remember right? Probably, some trail of Eval is still visible in ghc-4.01 ... ------------------ Sergey Mechveliani [EMAIL PROTECTED]
