simonpj     2003/07/24 00:38:55 PDT

  Modified files:
    ghc/compiler/typecheck TcRnDriver.lhs 
  Log:
  For GHCi, a recent simplification in TcRnDrive.tc_stmts turned out to
  be bogus. Briefly, we were returning *monomorphic* values from a user
  stmt (e.g. "let f x y = x>y") when we should wrap the *polymorphic* values.
  
  See the comment with mk_return in tc_stmts.
  
  Revision  Changes    Path
  1.44      +37 -19    fptools/ghc/compiler/typecheck/TcRnDriver.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to