Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
6e0892ad
Commit
6e0892ad
authored
Jul 11, 2000
by
simonmar
Browse files
[project @ 2000-07-11 16:04:38 by simonmar]
remove unused imports
parent
084c8a02
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/cprAnalysis/CprAnalyse.lhs
View file @
6e0892ad
...
...
@@ -10,21 +10,14 @@ import CmdLineOpts ( opt_D_verbose_core2core, opt_D_dump_cpranal )
import CoreLint ( beginPass, endPass )
import CoreSyn
import CoreUtils ( exprIsValue )
import CoreUnfold ( maybeUnfoldingTemplate )
import Var ( Var, Id, TyVar, idType, varName, varType )
import Id ( setIdCprInfo, idCprInfo, idArity,
isBottomingId )
import IdInfo ( CprInfo(..) )
import VarEnv
import Type ( Type, splitFunTys, splitFunTy_maybe, splitForAllTys )
import TyCon ( isNewTyCon, isUnLiftedTyCon )
import DataCon ( dataConTyCon )
import Util ( zipEqual, zipWithEqual, nTimes, mapAccumL )
import Util ( nTimes, mapAccumL )
import Outputable
import UniqFM (ufmToList)
import Maybe
import PprType( pprType ) -- Only called in debug messages
\end{code}
This module performs an analysis of a set of Core Bindings for the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment