[project @ 1996-05-01 18:36:59 by partain]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcExpr.lhs
index 6454e1a..c5d9e36 100644 (file)
@@ -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 )