From e328afb3e9a9d34b80a8071d5bd7e3f9bff3cf5a Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 5 Jan 2004 10:40:41 +0000 Subject: [PATCH] [project @ 2004-01-05 10:40:41 by simonpj] Trim imports --- ghc/compiler/typecheck/TcType.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/typecheck/TcType.lhs b/ghc/compiler/typecheck/TcType.lhs index ffcf392..43e8cd2 100644 --- a/ghc/compiler/typecheck/TcType.lhs +++ b/ghc/compiler/typecheck/TcType.lhs @@ -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, -- 1.7.10.4