[project @ 2001-06-25 08:09:57 by simonpj]
[ghc-hetmet.git] / ghc / compiler / coreSyn / CoreFVs.lhs
index ad25384..1c30217 100644 (file)
@@ -27,7 +27,8 @@ import Id             ( Id, idType, idSpecialisation )
 import NameSet
 import VarSet
 import Var             ( Var, isId, isLocalVar, varName )
-import Type            ( tyVarsOfType, namesOfType )
+import Type            ( tyVarsOfType )
+import TcType          ( namesOfType )
 import Util            ( mapAndUnzip )
 import Outputable
 \end{code}