From e640627ab0c1e8fe40b8df42f4adddfc1e4685ec Mon Sep 17 00:00:00 2001 From: dnt <unknown> Date: Thu, 16 Jan 1997 16:57:41 +0000 Subject: [PATCH] [project @ 1997-01-16 16:57:41 by dnt] --- ghc/compiler/codeGen/ClosureInfo.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/codeGen/ClosureInfo.lhs b/ghc/compiler/codeGen/ClosureInfo.lhs index 1486ff24d41c..f48aeaee6b75 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 ) -- GitLab