[project @ 2003-02-21 13:27:30 by simonpj]
authorsimonpj <unknown>
Fri, 21 Feb 2003 13:27:31 +0000 (13:27 +0000)
committersimonpj <unknown>
Fri, 21 Feb 2003 13:27:31 +0000 (13:27 +0000)
Import pruning

ghc/compiler/types/PprType.lhs
ghc/compiler/types/TyCon.lhs

index fa96fdf..4a04bff 100644 (file)
@@ -27,8 +27,7 @@ import TcType         ( ThetaType, PredType, TyThing(..),
 import Var             ( TyVar, tyVarKind )
 import Class           ( Class )
 import TyCon           ( TyCon, isPrimTyCon, isTupleTyCon, tupleTyConBoxity,
-                         maybeTyConSingleCon, isEnumerationTyCon, 
-                         tyConArity, tyConName
+                         maybeTyConSingleCon, isEnumerationTyCon, tyConArity
                        )
 
 -- others:
index 349d096..ca41d14 100644 (file)
@@ -67,7 +67,7 @@ import BasicTypes     ( Arity, RecFlag(..), Boxity(..),
 import Name            ( Name, nameUnique, NamedThing(getName) )
 import PrelNames       ( Unique, Uniquable(..), anyBoxConKey )
 import PrimRep         ( PrimRep(..), isFollowableRep )
-import Maybes          ( expectJust, orElse )
+import Maybes          ( orElse )
 import Outputable
 import FastString
 \end{code}