Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / deSugar / Desugar.lhs
index 37a3cf9..7b008e9 100644 (file)
@@ -378,6 +378,8 @@ switching off EnableRewriteRules.  See DsExpr.dsExplicitList.
 
 That keeps the desugaring of list comprehensions simple too.
 
+
+
 Nor do we want to warn of conversion identities on the LHS;
 the rule is precisly to optimise them:
   {-# RULES "fromRational/id" fromRational = id :: Rational -> Rational #-}