Hello Esa, Monday, May 22, 2006, 12:35:21 AM, you wrote:
> I am still puzzled by function arities, only thing I can see is that > IO-function seems to have arity one too big. from GHC/IOBase.lhs: newtype IO a = IO (State# RealWorld -> (# State# RealWorld, a #)) -- Best regards, Bulat mailto:[EMAIL PROTECTED] _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
