[project @ 2001-08-22 11:45:06 by sewardj]
[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 a pattern binding: (1, 'a')