[project @ 2001-06-01 14:33:01 by sewardj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail004.stderr
1
2 tcfail004.hs:3:
3     Couldn't match `(t, t1)' against `(t2, t3, t4)'
4         Expected type: (t, t1)
5         Inferred type: (t2, t3, t4)
6     in a pattern binding: (1, 2, 3)