[project @ 1997-12-16 16:27:38 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail004.stderr
1  
2 tcfail004.hs:3: Couldn't match the type `(,,) taUT' against `(,)'
3     Expected: `(taUT, taUV, taUX)'
4     Inferred: `(taUN, taUQ)'
5     In a pattern binding: `(f, g) = (1, 2, 3)'
6
7 Compilation had errors