X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcEnv.lhs;h=ba1bcbf3a3da263185b34eaa4db6cd0023c8dcdb;hb=ca5a4a480d10d61e5b7a52eb4d556e8b8c33e69d;hp=a30ed69da21aa1025e05e33be6d076b2df85c3c5;hpb=f01a8e8c9c53bfb5ab3393ed3457ebf25390efa1;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcEnv.lhs b/ghc/compiler/typecheck/TcEnv.lhs index a30ed69..ba1bcbf 100644 --- a/ghc/compiler/typecheck/TcEnv.lhs +++ b/ghc/compiler/typecheck/TcEnv.lhs @@ -34,7 +34,7 @@ import Type ( tyVarsOfTypes ) import TyCon ( TyCon, Arity(..), tyConKind, synTyConArity ) import Class ( Class(..), GenClass, classSig ) -import TcMonad +import TcMonad hiding ( rnMtoTcM ) import Name ( getOccName, getSrcLoc, Name{-instance NamedThing-} ) import PprStyle