summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T6148.stderr
blob: 52e3e83192a8e3e577909381ffc8a8556b671bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

T6148.hs:3:5:
    A 63-tuple is too large for GHC
      (max size is 62)
      Workaround: use nested tuples or define a data type

T6148.hs:7:5:
    A 63-tuple is too large for GHC
      (max size is 62)
      Workaround: use nested tuples or define a data type

T6148.hs:11:6:
    A 63-tuple is too large for GHC
      (max size is 62)
      Workaround: use nested tuples or define a data type