From 3446ed6c394f83a8e1a9e95c1a6712c21031ea90 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 7 Sep 2001 12:34:54 +0000 Subject: [PATCH] [project @ 2001-09-07 12:34:54 by simonpj] Omit unnecessary import --- ghc/compiler/types/PprType.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 1.7.10.4