summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T18723c.stderr
blob: d1245b7758c5f52d3d9b3b6e7f9b0c3dccf8e594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

T18723c.hs:5:2: error:
    • A 65-tuple is too large for GHC
        (max size is 64)
        Workaround: use nested tuples or define a data type
    • In the type ‘(# Int, Int, Int, Int, Int, Int, Int, Int, Int, Int,
                      Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int,
                      Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int,
                      Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int,
                      Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int,
                      Int, Int, Int #)’
      In the definition of data constructor ‘MkT3’
      In the data declaration for ‘T3’