From: Thomas Schilling Date: Sun, 20 Jul 2008 17:31:51 +0000 (+0000) Subject: Fix Haddock errors. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6ec0a23dd7e455487a764fa5badfb25472e28d55 Fix Haddock errors. --- diff --git a/compiler/vectorise/VectType.hs b/compiler/vectorise/VectType.hs index 42342c4..b3fc448 100644 --- a/compiler/vectorise/VectType.hs +++ b/compiler/vectorise/VectType.hs @@ -430,7 +430,7 @@ arrReprVars repr mkRepr :: TyCon -> VM Repr mkRepr vect_tc | [tys] <- rep_tys = boxedProductRepr tys - -- | all null rep_tys = enumRepr + -- removed: | all null rep_tys = enumRepr | otherwise = sumRepr =<< mapM unboxedProductRepr rep_tys where rep_tys = map dataConRepArgTys $ tyConDataCons vect_tc