[project @ 2000-04-03 09:52:28 by simonpj]
[ghc-hetmet.git] / ghc / compiler / stranal / StrictAnal.lhs
index a4490cf..3e83e22 100644 (file)
@@ -19,7 +19,6 @@ import Id             ( idType, setIdStrictness, setInlinePragma,
                        )
 import IdInfo          ( InlinePragInfo(..) )
 import CoreLint                ( beginPass, endPass )
-import Type            ( splitRepFunTys )
 import ErrUtils                ( dumpIfSet )
 import SaAbsInt
 import SaLib