Fix import list of TcTyClsDecls after merge
[ghc-hetmet.git] / compiler / typecheck / TcTyClsDecls.lhs
index 3c25a7f..175bc5b 100644 (file)
@@ -41,7 +41,8 @@ import TcType         ( TcKind, TcType, Type, tyVarsOfType, mkPhiTy,
                          mkArrowKind, liftedTypeKind, mkTyVarTys, 
                          tcSplitSigmaTy, tcEqTypes, tcGetTyVar_maybe )
 import Type            ( PredType(..), splitTyConApp_maybe, mkTyVarTy,
-                          newTyConInstRhs, isLiftedTypeKind, Kind
+                          newTyConInstRhs, isLiftedTypeKind, Kind,
+                          splitKindFunTys, mkArrowKinds
                          -- pprParendType, pprThetaArrow
                        )
 import Generics                ( validGenericMethodType, canDoGenerics )