From: dnt Date: Thu, 16 Jan 1997 16:57:41 +0000 (+0000) Subject: [project @ 1997-01-16 16:57:41 by dnt] X-Git-Tag: Approximately_1000_patches_recorded~850 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e640627ab0c1e8fe40b8df42f4adddfc1e4685ec;p=ghc-hetmet.git [project @ 1997-01-16 16:57:41 by dnt] --- diff --git a/ghc/compiler/codeGen/ClosureInfo.lhs b/ghc/compiler/codeGen/ClosureInfo.lhs index 1486ff2..f48aeae 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 )