Implement generalised list comprehensions
[ghc-hetmet.git] / compiler / main / Constants.lhs
index 8dc94d1..5db909d 100644 (file)
@@ -32,8 +32,8 @@ import Data.Bits (shiftL)
 All pretty arbitrary:
 
 \begin{code}
-mAX_TUPLE_SIZE = (62 :: Int)   -- Should really match the number
-                               -- of decls in Data.Tuple
+mAX_TUPLE_SIZE = (62 :: Int)    -- Should really match the number
+                                -- of decls in Data.Tuple
 mAX_CONTEXT_REDUCTION_DEPTH = (20 :: Int)
 \end{code}