summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail004.stderr
blob: 5f0408880c545d78e4022331801f703c2db3d660 (plain)
1
2
3
4
5
6

tcfail004.hs:3:9:
    Couldn't match expected type `(t0, t1)'
                with actual type `(t2, t3, t4)'
    In the expression: (1, 2, 3)
    In a pattern binding: (f, g) = (1, 2, 3)