From: simonpj Date: Mon, 5 Jan 2004 10:40:41 +0000 (+0000) Subject: [project @ 2004-01-05 10:40:41 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~153 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e328afb3e9a9d34b80a8071d5bd7e3f9bff3cf5a [project @ 2004-01-05 10:40:41 by simonpj] Trim imports --- 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,