summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen
diff options
context:
space:
mode:
authordnt <unknown>1997-01-16 16:57:41 +0000
committerdnt <unknown>1997-01-16 16:57:41 +0000
commite640627ab0c1e8fe40b8df42f4adddfc1e4685ec (patch)
treeff640bdf29ceb4ed73f358b442b981e678196c7a /ghc/compiler/codeGen
parent0e62156dd96cfb965918f3b76f5202a831e28217 (diff)
downloadhaskell-e640627ab0c1e8fe40b8df42f4adddfc1e4685ec.tar.gz
[project @ 1997-01-16 16:57:41 by dnt]
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r--ghc/compiler/codeGen/ClosureInfo.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/codeGen/ClosureInfo.lhs b/ghc/compiler/codeGen/ClosureInfo.lhs
index 1486ff24d4..f48aeaee6b 100644
--- a/ghc/compiler/codeGen/ClosureInfo.lhs
+++ b/ghc/compiler/codeGen/ClosureInfo.lhs
@@ -94,7 +94,7 @@ import PrelInfo ( maybeCharLikeTyCon, maybeIntLikeTyCon )
import PrimRep ( getPrimRepSize, separateByPtrFollowness )
import SMRep -- all of it
import TyCon ( TyCon{-instance NamedThing-} )
-import Type ( isPrimType, expandTy, splitForAllTy, splitFunTyExpandingDictsAndPeeking,
+import Type ( isPrimType, splitForAllTy, splitFunTyExpandingDictsAndPeeking,
mkFunTys, maybeAppSpecDataTyConExpandingDicts
)
import Util ( isIn, mapAccumL, panic, pprPanic, assertPanic )