[project @ 1996-04-20 10:37:06 by partain]
[ghc-hetmet.git] / ghc / compiler / stgSyn / CoreToStg.lhs
index 50a9bc0..e9dacd3 100644 (file)
@@ -28,7 +28,7 @@ import Id             ( mkSysLocal, idType, isBottomingId,
                          IdEnv(..), GenId{-instance NamedThing-}
                        )
 import Literal         ( mkMachInt, Literal(..) )
-import Outputable      ( isExported )
+import Name            ( isExported )
 import PrelInfo                ( unpackCStringId, unpackCString2Id, stringTy,
                          integerTy, rationalTy, ratioDataCon,
                          integerZeroId, integerPlusOneId,
@@ -41,7 +41,7 @@ import Type           ( getAppDataTyCon )
 import UniqSupply      -- all of it, really
 import Util            ( panic )
 
-isLeakFreeType = panic "CoreToStg.isLeakFreeType (ToDo)"
+isLeakFreeType x y = False -- safe option; ToDo
 \end{code}