3a12eb67d2a8d7c9dff601315cc0aa9b513a5455
[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