c292567261330f96420295deddd5572233bf0f76
[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