[project @ 1997-12-16 16:27:38 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
1  
2 tcfail005.hs:3: Couldn't match the type `(,) taU7' against `[]'
3     Expected: `(taU7, taU9)'
4     Inferred: `[taU3]'
5     In a pattern binding: `(h : i) = (1, ('a'))'
6
7 Compilation had errors