From c772533fa62ae9bdaf05fa92992f4ccf17efb59d Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 02:33:57 +0000 Subject: [PATCH] [project @ 1997-05-26 02:33:57 by sof] Imports tidied up --- ghc/compiler/stgSyn/CoreToStg.lhs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ghc/compiler/stgSyn/CoreToStg.lhs b/ghc/compiler/stgSyn/CoreToStg.lhs index 1042d3c..fa8dcd3 100644 --- a/ghc/compiler/stgSyn/CoreToStg.lhs +++ b/ghc/compiler/stgSyn/CoreToStg.lhs @@ -37,16 +37,11 @@ import PrimOp ( PrimOp(..) ) import SpecUtils ( mkSpecialisedCon ) import SrcLoc ( noSrcLoc ) import TyCon ( TyCon{-instance Uniquable-} ) -import Type ( maybeAppDataTyCon, getAppDataTyConExpandingDicts, SYN_IE(Type) ) +import Type ( getAppDataTyConExpandingDicts, SYN_IE(Type) ) import TysWiredIn ( stringTy ) import Unique ( integerTyConKey, ratioTyConKey, Unique{-instance Eq-} ) import UniqSupply -- all of it, really import Util ( zipLazy, panic, assertPanic{-, pprTrace ToDo:rm-} ) ---import Pretty--ToDo:rm ---import PprStyle--ToDo:rm ---import PprType --ToDo:rm ---import Outputable--ToDo:rm ---import PprEnv--ToDo:rm isLeakFreeType x y = False -- safe option; ToDo \end{code} -- 1.7.10.4