[project @ 2001-02-26 15:06:57 by simonmar]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcIfaceSig.lhs
index 256bcae..6ec6b44 100644 (file)
@@ -11,7 +11,7 @@ module TcIfaceSig ( tcInterfaceSigs, tcVar, tcCoreExpr, tcCoreLamBndrs ) where
 import HsSyn           ( TyClDecl(..), HsTupCon(..) )
 import TcMonad
 import TcMonoType      ( tcIfaceType )
-import TcEnv           ( TcEnv, RecTcEnv, tcExtendTyVarEnv, 
+import TcEnv           ( RecTcEnv, tcExtendTyVarEnv, 
                          tcExtendGlobalValEnv, tcSetEnv, tcEnvIds,
                          tcLookupGlobal_maybe, tcLookupRecId_maybe
                        )