diff options
author | sof <unknown> | 1997-10-19 21:47:48 +0000 |
---|---|---|
committer | sof <unknown> | 1997-10-19 21:47:48 +0000 |
commit | be8eaf033d0ce56d84b1463d196fd386eed883dc (patch) | |
tree | 2efe8761e7413635d3db24f8e234659ec7ae6825 | |
parent | 597e10f9edca4794f0ea310b3b1fe0e249d99564 (diff) | |
download | haskell-be8eaf033d0ce56d84b1463d196fd386eed883dc.tar.gz |
[project @ 1997-10-19 21:47:48 by sof]
Drop CoreUnfold.mkUnfolding import
-rw-r--r-- | ghc/compiler/basicTypes/IdUtils.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/basicTypes/IdUtils.lhs b/ghc/compiler/basicTypes/IdUtils.lhs index e607e388b3..a0d7020605 100644 --- a/ghc/compiler/basicTypes/IdUtils.lhs +++ b/ghc/compiler/basicTypes/IdUtils.lhs @@ -18,7 +18,7 @@ import {-# SOURCE #-} SpecEnv ( SpecEnv ) #endif import CoreSyn -import CoreUnfold ( UnfoldingGuidance(..), Unfolding, mkUnfolding ) +import CoreUnfold ( UnfoldingGuidance(..), Unfolding ) import Id ( mkPrimitiveId, mkTemplateLocals ) import IdInfo -- quite a few things import StdIdInfo |