From: simonm Date: Tue, 3 Feb 1998 17:50:58 +0000 (+0000) Subject: [project @ 1998-02-03 17:50:58 by simonm] X-Git-Tag: Approx_2487_patches~1002 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=01007d81100c0e8aca393705d38333c792bd1a3f;p=ghc-hetmet.git [project @ 1998-02-03 17:50:58 by simonm] - remove unused imports --- diff --git a/ghc/compiler/stranal/SaAbsInt.lhs b/ghc/compiler/stranal/SaAbsInt.lhs index 84d5119..a9e2bce 100644 --- a/ghc/compiler/stranal/SaAbsInt.lhs +++ b/ghc/compiler/stranal/SaAbsInt.lhs @@ -17,7 +17,7 @@ module SaAbsInt ( import CmdLineOpts ( opt_AllStrict, opt_NumbersStrict ) import CoreSyn -import CoreUnfold ( Unfolding(..), UfExpr, RdrName, SimpleUnfolding(..), FormSummary ) +import CoreUnfold ( Unfolding(..), SimpleUnfolding(..), FormSummary ) import CoreUtils ( unTagBinders ) import Id ( idType, getIdStrictness, getIdUnfolding, dataConTyCon, dataConArgTys, Id