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