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

T18723c.hs:5:2: error: [GHC-94803]
    • 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’