258e41d791564f735410b801d453cbbfc8081526
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
1
2 tcfail005.hs:3:
3     Couldn't match `[t]' against `(t1, t2)'
4         Expected type: [t]
5         Inferred type: (t1, t2)
6     In the right-hand side of a pattern binding: (1, 'a')
7
8 Compilation had errors
9