summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail004.stderr
blob: 0d4f70091052c7b40cc3449eed892c425205c60c (plain)
1
2
3
4
5
6
7
8
9

tcfail004.hs:3:9: error:
    • Couldn't match expected type: (a, b)
                  with actual type: (a0, b0, c0)
    • In the expression: (1, 2, 3)
      In a pattern binding: (f, g) = (1, 2, 3)
    • Relevant bindings include
        f :: a (bound at tcfail004.hs:3:2)
        g :: b (bound at tcfail004.hs:3:4)