[project @ 2000-10-23 09:03:26 by simonpj]
[ghc-hetmet.git] / ghc / compiler / types / Unify.lhs
index bbeb51a..c107209 100644 (file)
@@ -12,16 +12,14 @@ module Unify ( unifyTysX, unifyTyListsX,
   ) where 
 
 import TypeRep ( Type(..) )     -- friend
-import Type    ( Kind, funTyCon, 
-                 typeKind, tyVarsOfType, splitAppTy_maybe
-               )
+import Type    ( typeKind, tyVarsOfType, splitAppTy_maybe )
 
 import PprType ()      -- Instances
                        -- This import isn't strictly necessary, but it makes sure that
                        -- PprType is below Unify in the hierarchy, which in turn makes
                        -- fewer modules boot-import PprType
 
-import Var     ( TyVar, tyVarKind )
+import Var     ( tyVarKind )
 import VarSet
 import VarEnv  ( TyVarSubstEnv, emptySubstEnv, lookupSubstEnv, extendSubstEnv, 
                  SubstResult(..)