summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Exts.hs
diff options
context:
space:
mode:
authorGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-09-26 12:56:01 +0000
committerBen Gamari <ben@smart-cactus.org>2020-10-13 10:27:04 -0400
commit6e5a83bb6052f9e251a54026294c87a5bd650c93 (patch)
treefa6e74cdeaf8afd104b36be6a48fcb036cfdf0ad /libraries/base/GHC/Exts.hs
parent6a243e9daaa6c17c0859f47ae3a098e680aa28cf (diff)
downloadhaskell-wip/tuple-width.tar.gz
Extend mAX_TUPLE_SIZE to 64wip/tuple-width
As well a ctuples and sums.
Diffstat (limited to 'libraries/base/GHC/Exts.hs')
-rwxr-xr-xlibraries/base/GHC/Exts.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Exts.hs b/libraries/base/GHC/Exts.hs
index fc8bb1ef0c..f6b80f7b54 100755
--- a/libraries/base/GHC/Exts.hs
+++ b/libraries/base/GHC/Exts.hs
@@ -133,7 +133,7 @@ import Control.Applicative (ZipList(..))
-- XXX This should really be in Data.Tuple, where the definitions are
maxTupleSize :: Int
-maxTupleSize = 62
+maxTupleSize = 64
-- | 'the' ensures that all the elements of the list are identical
-- and then returns that unique element