Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
3017b35f
Commit
3017b35f
authored
Feb 20, 2003
by
simonpj
Browse files
[project @ 2003-02-20 18:18:55 by simonpj]
Import pruning
parent
e83fa2eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/basicTypes/MkId.lhs
View file @
3017b35f
...
...
@@ -37,8 +37,8 @@ module MkId (
import BasicTypes ( Arity, StrictnessMark(..), isMarkedUnboxed, isMarkedStrict )
import TysPrim ( openAlphaTyVars, alphaTyVar, alphaTy,
betaTyVar, betaTy,
intPrimTy,
realWorldStatePrimTy, addrPrimTy
import TysPrim ( openAlphaTyVars, alphaTyVar, alphaTy,
realWorldStatePrimTy, addrPrimTy
)
import TysWiredIn ( charTy, mkListTy )
import PrelRules ( primOpRules )
...
...
@@ -58,7 +58,7 @@ import Class ( Class, classTyCon, classTyVars, classSelIds )
import Var ( Id, TyVar, Var )
import VarSet ( isEmptyVarSet )
import Name ( mkFCallName, Name )
import PrimOp ( PrimOp
(DataToTagOp)
, primOpSig, mkPrimOpIdName )
import PrimOp ( PrimOp, primOpSig, mkPrimOpIdName )
import ForeignCall ( ForeignCall )
import DataCon ( DataCon,
dataConFieldLabels, dataConRepArity, dataConTyCon,
...
...
ghc/compiler/hsSyn/HsPat.lhs
View file @
3017b35f
...
...
@@ -30,10 +30,8 @@ import BasicTypes ( Boxity, tupleParens )
-- others:
import TysWiredIn ( nilDataCon, charDataCon, charTy )
import Var ( TyVar )
import DataCon ( DataCon, dataConTyCon )
import Maybes ( maybeToBool )
import DataCon ( DataCon )
import Outputable
import TyCon ( maybeTyConSingleCon )
import Type ( Type )
\end{code}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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