summaryrefslogtreecommitdiff
path: root/compiler/main/Constants.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/Constants.hs')
-rw-r--r--compiler/main/Constants.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/main/Constants.hs b/compiler/main/Constants.hs
index 3dafbac996..e734f1d425 100644
--- a/compiler/main/Constants.hs
+++ b/compiler/main/Constants.hs
@@ -17,6 +17,9 @@ mAX_TUPLE_SIZE :: Int
mAX_TUPLE_SIZE = 62 -- Should really match the number
-- of decls in Data.Tuple
+sMALL_TUPLE_SIZE :: Int
+sMALL_TUPLE_SIZE = 15 -- XXX Document these properly
+
mAX_CTUPLE_SIZE :: Int -- Constraint tuples
mAX_CTUPLE_SIZE = 62 -- Should match the number of decls in GHC.Classes