diff options
author | simonpj <unknown> | 1998-03-19 23:57:01 +0000 |
---|---|---|
committer | simonpj <unknown> | 1998-03-19 23:57:01 +0000 |
commit | 2c8f04b5b883db74f449dfc8c224929fe28b027d (patch) | |
tree | b09981eb8c9dedaa8b16b60b8b0ee2338daf998b /ghc/compiler/stranal/SaLib.lhs | |
parent | 350263b7fc9352f7eecb1769fe1840b0e20c7e04 (diff) | |
download | haskell-2c8f04b5b883db74f449dfc8c224929fe28b027d.tar.gz |
[project @ 1998-03-19 23:54:49 by simonpj]
Reorganisation of Id, IdInfo. Remove StdIdInfo, PragmaInfo; add basicTypes/MkId.lhs
Diffstat (limited to 'ghc/compiler/stranal/SaLib.lhs')
-rw-r--r-- | ghc/compiler/stranal/SaLib.lhs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/compiler/stranal/SaLib.lhs b/ghc/compiler/stranal/SaLib.lhs index 563ecc687a..9b6751ccc7 100644 --- a/ghc/compiler/stranal/SaLib.lhs +++ b/ghc/compiler/stranal/SaLib.lhs @@ -20,12 +20,11 @@ module SaLib ( import CoreSyn ( CoreExpr ) import Id ( nullIdEnv, addOneToIdEnv, growIdEnvList, lookupIdEnv, IdEnv, - GenId{-instance Outputable-}, Id + Id ) import IdInfo ( StrictnessInfo(..) ) import Demand ( Demand{-instance Outputable-} ) import Outputable -import PprType ( GenType{-instance Outputable-} ) \end{code} %************************************************************************ |