Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2003-07-24 07:38:54 by simonpj] · f6c31c0f
    Simon Peyton Jones authored
    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.
    f6c31c0f