X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fvectorise%2FVectBuiltIn.hs;fp=compiler%2Fvectorise%2FVectBuiltIn.hs;h=360d17b2c328fcb7e1a706f5756b0df2026897ee;hb=7e399d96eca4f5274f8c9364448f0b4a5f8e1a74;hp=ac44ca807cfa92d067eab44627fe44145a13c895;hpb=671f6c78fd7b9b6453b4386e5dc64f169f7ed291;p=ghc-hetmet.git diff --git a/compiler/vectorise/VectBuiltIn.hs b/compiler/vectorise/VectBuiltIn.hs index ac44ca8..360d17b 100644 --- a/compiler/vectorise/VectBuiltIn.hs +++ b/compiler/vectorise/VectBuiltIn.hs @@ -40,7 +40,7 @@ import TypeRep ( funTyCon ) import Type ( Type, mkTyConApp ) import TysPrim import TysWiredIn ( unitDataCon, - tupleTyCon, tupleCon, + tupleCon, intTyCon, doubleTyCon, boolTyCon, trueDataCon, falseDataCon,