[project @ 2002-11-19 11:14:50 by simonmar]
[ghc-hetmet.git] / ghc / compiler / main / Constants.lhs
index 6ba8e00..1feffac 100644 (file)
@@ -89,7 +89,8 @@ module Constants (
 All pretty arbitrary:
 
 \begin{code}
-mAX_TUPLE_SIZE = (37 :: Int)
+mAX_TUPLE_SIZE = (62 :: Int)   -- Should really match the number
+                               -- of decls in Data.Tuple
 mAX_CONTEXT_REDUCTION_DEPTH = (20 :: Int)
 \end{code}