From: lewie Date: Tue, 27 Jun 2000 16:36:00 +0000 (+0000) Subject: [project @ 2000-06-27 16:36:00 by lewie] X-Git-Tag: Approximately_9120_patches~4133 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=74f9d560161bacefe72cb1f2bea979291cb7af3d;p=ghc-hetmet.git [project @ 2000-06-27 16:36:00 by lewie] Cleaned out a handful of unused imports. --- 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 )