[project @ 2000-10-12 13:44:59 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcExpr.lhs
index 72587b7..cb7f9e0 100644 (file)
@@ -26,9 +26,9 @@ import Inst           ( InstOrigin(..),
                        )
 import TcBinds         ( tcBindsAndThen )
 import TcEnv           ( tcInstId,
-                         tcLookupValue, tcLookupClass, tcLookupGlobalId,
-                         tcLookupTyCon, tcLookupDataCon,
-                         tcExtendGlobalTyVars, tcLookupValueMaybe,
+                         tcLookupClass, tcLookupGlobalId, tcLookupGlobal_maybe,
+                         tcLookupTyCon, tcLookupDataCon, tcLookup,
+                         tcExtendGlobalTyVars
                        )
 import TcMatches       ( tcMatchesCase, tcMatchLambda, tcStmts )
 import TcMonoType      ( tcHsSigType, checkSigTyVars, sigCtxt )