From 74f9d560161bacefe72cb1f2bea979291cb7af3d Mon Sep 17 00:00:00 2001 From: lewie Date: Tue, 27 Jun 2000 16:36:00 +0000 Subject: [PATCH] [project @ 2000-06-27 16:36:00 by lewie] Cleaned out a handful of unused imports. --- ghc/compiler/hsSyn/HsTypes.lhs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/compiler/hsSyn/HsTypes.lhs b/ghc/compiler/hsSyn/HsTypes.lhs index 507acce..f4146a4 100644 --- a/ghc/compiler/hsSyn/HsTypes.lhs +++ b/ghc/compiler/hsSyn/HsTypes.lhs @@ -27,9 +27,7 @@ module HsTypes ( import Class ( FunDep ) import Type ( Type, Kind, PredType(..), UsageAnn(..), ClassContext, - getTyVar_maybe, splitFunTy_maybe, splitAppTy_maybe, - splitTyConApp_maybe, splitPredTy_maybe, - splitUsgTy, splitSigmaTy, unUsgTy, boxedTypeKind + getTyVar_maybe, splitSigmaTy, unUsgTy, boxedTypeKind ) import TypeRep ( Type(..), TyNote(..) ) -- toHsType sees the representation import TyCon ( isTupleTyCon, tupleTyConBoxity, tyConArity, tyConClass_maybe ) -- 1.7.10.4