Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
7e399d96
Commit
7e399d96
authored
Aug 30, 2010
by
benl@ouroborus.net
Browse files
Fix warnings
parent
671f6c78
Changes
3
Hide whitespace changes
Inline
Side-by-side
compiler/vectorise/VectBuiltIn.hs
View file @
7e399d96
...
...
@@ -40,7 +40,7 @@ import TypeRep ( funTyCon )
import
Type
(
Type
,
mkTyConApp
)
import
TysPrim
import
TysWiredIn
(
unitDataCon
,
tupleTyCon
,
tupleCon
,
tupleCon
,
intTyCon
,
doubleTyCon
,
boolTyCon
,
trueDataCon
,
falseDataCon
,
...
...
compiler/vectorise/VectMonad.hs
View file @
7e399d96
...
...
@@ -39,7 +39,6 @@ module VectMonad (
import
VectBuiltIn
import
Vectorise.Env
import
Vectorise.Vect
import
HscTypes
hiding
(
MonadThings
(
..
)
)
import
Module
(
PackageId
)
...
...
compiler/vectorise/Vectorise/Env.hs
View file @
7e399d96
...
...
@@ -25,7 +25,6 @@ import FamInstEnv
import
CoreSyn
import
TyCon
import
DataCon
import
Type
import
VarEnv
import
VarSet
import
Var
...
...
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