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
Tobias Decking
GHC
Commits
8d16c87c
Commit
8d16c87c
authored
Apr 28, 2005
by
simonpj
Browse files
[project @ 2005-04-28 23:11:45 by simonpj]
Missing import
parent
ed60e5f8
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/ByteCodeGen.lhs
View file @
8d16c87c
...
@@ -30,8 +30,8 @@ import Type ( isUnLiftedType, splitTyConApp_maybe )
...
@@ -30,8 +30,8 @@ import Type ( isUnLiftedType, splitTyConApp_maybe )
import DataCon ( DataCon, dataConTag, fIRST_TAG, dataConTyCon,
import DataCon ( DataCon, dataConTag, fIRST_TAG, dataConTyCon,
isUnboxedTupleCon, isNullaryRepDataCon, dataConWorkId,
isUnboxedTupleCon, isNullaryRepDataCon, dataConWorkId,
dataConRepArity )
dataConRepArity )
import TyCon ( tyConFamilySize, isDataTyCon,
tyConDataCons,
import TyCon (
TyCon,
tyConFamilySize, isDataTyCon,
isUnboxedTupleTyCon )
tyConDataCons,
isUnboxedTupleTyCon )
import Class ( Class, classTyCon )
import Class ( Class, classTyCon )
import Type ( Type, repType, splitFunTys, dropForAlls, pprType )
import Type ( Type, repType, splitFunTys, dropForAlls, pprType )
import Util
import Util
...
...
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