[project @ 2004-01-05 10:40:41 by simonpj]
authorsimonpj <unknown>
Mon, 5 Jan 2004 10:40:41 +0000 (10:40 +0000)
committersimonpj <unknown>
Mon, 5 Jan 2004 10:40:41 +0000 (10:40 +0000)
Trim imports

ghc/compiler/typecheck/TcType.lhs

index ffcf392..43e8cd2 100644 (file)
@@ -86,8 +86,7 @@ module TcType (
   Kind,        -- Stuff to do with kinds is insensitive to pre/post Tc
   unliftedTypeKind, liftedTypeKind, openTypeKind, mkArrowKind, mkArrowKinds, 
   isLiftedTypeKind, isUnliftedTypeKind, isOpenTypeKind, 
-  isSubKind, defaultKind, 
-  isArgTypeKind, isOpenTypeKind, 
+  isArgTypeKind, isSubKind, defaultKind, 
 
   Type, PredType(..), ThetaType, 
   mkForAllTy, mkForAllTys,