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

T16874.hs:8:7: error:
    • The constructor ‘D’ should have 41 arguments, but has been given 40
    • In the pattern:
        D a b c d e f g h i j k l m n o p q r s t u v w x y z aa bb cc dd
          ee ff gg hh ii jj kk ll mm nn
      In an equation for ‘test’:
          test
            (D a b c d e f g h i j k l m n o p q r s t u v w x y z aa bb cc dd
               ee ff gg hh ii jj kk ll mm nn)
            = D a b c d e f g h i j k l m n o p q r s t u v w x y z aa bb cc dd
                ee ff gg hh ii jj kk ll mm nn