[project @ 2000-06-27 16:36:00 by lewie]
authorlewie <unknown>
Tue, 27 Jun 2000 16:36:00 +0000 (16:36 +0000)
committerlewie <unknown>
Tue, 27 Jun 2000 16:36:00 +0000 (16:36 +0000)
Cleaned out a handful of unused imports.

ghc/compiler/hsSyn/HsTypes.lhs

index 507acce..f4146a4 100644 (file)
@@ -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 )