X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Ftypecheck%2Fshould_fail%2Ftcfail004.stderr;h=06b0465a25cf026d0264b4f504beeb85d7ef7ed2;hb=26e677fd40e5dd967f0271a9232dfd5e3cd1ee29;hp=c292567261330f96420295deddd5572233bf0f76;hpb=3c4c46690784077c397163b934f3dcc6e4da7e27;p=ghc-hetmet.git diff --git a/ghc/tests/typecheck/should_fail/tcfail004.stderr b/ghc/tests/typecheck/should_fail/tcfail004.stderr index c292567..06b0465 100644 --- a/ghc/tests/typecheck/should_fail/tcfail004.stderr +++ b/ghc/tests/typecheck/should_fail/tcfail004.stderr @@ -1,7 +1,9 @@ -tcfail004.hs:3: Couldn't match the type `(,,) taUg' against `(,)' - Expected: `(taUg, taUi, taUk)' - Inferred: `(taUa, taUd)' - In a pattern binding: `(f, g) = (1, 2, 3)' +tcfail004.hs:3: + Couldn't match the type `(aWn, aWp, aWr)' against `(aWi, aWl)' + Expected: (aWn, aWp, aWr) + Inferred: (aWh, aWk) + In a pattern binding: (f, g) = (1, 2, 3) + Compilation had errors