[project @ 1999-06-09 09:35:54 by simonpj]
[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