[project @ 2005-01-04 10:26:34 by simonpj]
[ghc-hetmet.git] / ghc / compiler / simplCore / SimplEnv.lhs
index 8a3841f..5f6dca2 100644 (file)
@@ -48,7 +48,6 @@ import IdInfo         ( IdInfo, vanillaIdInfo, occInfo, setOccInfo, specInfo, setSpecIn
 import CoreSyn
 import Rules           ( RuleBase )
 import CoreUtils       ( needsCaseBinding )
-import PprCore         ()      -- Instances
 import CostCentre      ( CostCentreStack, subsumedCCS )
 import Var     
 import VarEnv
@@ -62,7 +61,6 @@ import Type             ( Type, TvSubst(..), TvSubstEnv, composeTvSubst,
                          isUnLiftedType, seqType, tyVarsOfType )
 import BasicTypes      ( OccInfo(..), isFragileOcc )
 import CmdLineOpts     ( SimplifierMode(..) )
-import Util            ( mapAccumL )
 import Outputable
 \end{code}