From: simonpj Date: Fri, 7 Sep 2001 12:34:54 +0000 (+0000) Subject: [project @ 2001-09-07 12:34:54 by simonpj] X-Git-Tag: Approximately_9120_patches~1013 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3446ed6c394f83a8e1a9e95c1a6712c21031ea90;p=ghc-hetmet.git [project @ 2001-09-07 12:34:54 by simonpj] Omit unnecessary import --- diff --git a/ghc/compiler/types/PprType.lhs b/ghc/compiler/types/PprType.lhs index 25348d0..f191fda 100644 --- a/ghc/compiler/types/PprType.lhs +++ b/ghc/compiler/types/PprType.lhs @@ -20,7 +20,7 @@ module PprType( -- (PprType can see all the representations it's trying to print) import TypeRep ( Type(..), TyNote(..), Kind, liftedTypeKind ) -- friend import Type ( SourceType(..), isUTyVar, eqKind ) -import TcType ( ThetaType, PredType, tcSplitPredTy_maybe, +import TcType ( ThetaType, PredType, tcSplitSigmaTy, isPredTy, isDictTy, tcSplitTyConApp_maybe, tcSplitFunTy_maybe )