[project @ 1997-12-16 17:15:04 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail004.stderr
1  
2 tcfail004.hs:3: Couldn't match the type `(,,) taUg' against `(,)'
3     Expected: `(taUg, taUi, taUk)'
4     Inferred: `(taUa, taUd)'
5     In a pattern binding: `(f, g) = (1, 2, 3)'
6
7 Compilation had errors