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

T18723a.hs:4:3: 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 ‘MkT1’
      In the data declaration for ‘T1’