[project @ 2001-09-26 15:12:33 by simonpj]
[ghc-hetmet.git] / ghc / compiler / stranal / SaLib.lhs
index f3d5dc8..ac9c267 100644 (file)
@@ -18,12 +18,10 @@ module SaLib (
 
 #include "HsVersions.h"
 
-import Id              ( Id )
 import Type            ( Type )
-import CoreSyn         ( CoreExpr )
 import VarEnv
 import IdInfo          ( StrictnessInfo(..) )
-import Demand          ( Demand, pprDemands )
+import Demand          ( Demand )
 import Outputable
 \end{code}