[project @ 2000-10-23 09:03:26 by simonpj]
[ghc-hetmet.git] / ghc / compiler / stgSyn / StgInterp.lhs
index 08ef24d..1ccbb44 100644 (file)
@@ -65,16 +65,14 @@ import GlaExts              ( Int(..) )
 import Module          ( moduleNameFS )
 #endif
 
-import TyCon           ( TyCon, isDataTyCon, tyConFamilySize, tyConDataCons )
-import Class           ( Class, classTyCon )
+import TyCon           ( TyCon )
+import Class           ( Class )
 import InterpSyn
 import StgSyn
 import Addr
-import RdrName         ( RdrName, rdrNameModule, rdrNameOcc )
-import OccName         ( occNameString )
+import RdrName         ( RdrName )
 import FiniteMap
 import Panic           ( panic )
-import PrelAddr
 
 -- ---------------------------------------------------------------------------
 -- Environments needed by the linker