[project @ 1997-09-22 10:55:42 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail004.stderr
1  
2 tcfail004.hs:3: Couldn't match the type
3                     `PrelTup.(,,) taSf' against `PrelTup.(,)'
4     Expected: `(taSf, taSh, taSj)'
5     Inferred: `(taS9, taSc)'
6     In a pattern binding: `(f, g) = (1, 2, 3)'
7
8 Compilation had errors