summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail005.stderr
blob: 8a158f5c8dbbf50f0b2867d0d409bc9624f9d46b (plain)
1
2
3
4
5

tcfail005.hs:3:9:
    Couldn't match expected type `[t0]' with actual type `(t1, t2)'
    In the expression: (1, 'a')
    In a pattern binding: (h : i) = (1, 'a')