X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcExpr.lhs;h=c5d9e36c24012b900af6bd1f236a24f98468037e;hb=ca5a4a480d10d61e5b7a52eb4d556e8b8c33e69d;hp=6454e1a530474d732069d7ac45ab03d027927d7c;hpb=f01a8e8c9c53bfb5ab3393ed3457ebf25390efa1;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcExpr.lhs b/ghc/compiler/typecheck/TcExpr.lhs index 6454e1a..c5d9e36 100644 --- a/ghc/compiler/typecheck/TcExpr.lhs +++ b/ghc/compiler/typecheck/TcExpr.lhs @@ -24,7 +24,7 @@ import TcHsSyn ( TcExpr(..), TcQual(..), TcStmt(..), mkHsTyApp ) -import TcMonad +import TcMonad hiding ( rnMtoTcM ) import Inst ( Inst, InstOrigin(..), OverloadedLit(..), LIE(..), emptyLIE, plusLIE, plusLIEs, newOverloadedLit, newMethod, newMethodWithGivenTy, newDicts )