X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Ftypecheck%2Fshould_fail%2Ftcfail005.stderr;fp=ghc%2Ftests%2Ftypecheck%2Fshould_fail%2Ftcfail005.stderr;h=7ed8275d6665bcb0406f2f5200f316b2e466d3f9;hb=7c200a0fc54a76e623ec933fbe53d09b34ab3c75;hp=f2c2741f6aa0c6855770edd2499064888baf7faf;hpb=cd10502b37dc716d9fbb28743989dd235322b0af;p=ghc-hetmet.git diff --git a/ghc/tests/typecheck/should_fail/tcfail005.stderr b/ghc/tests/typecheck/should_fail/tcfail005.stderr index f2c2741..7ed8275 100644 --- a/ghc/tests/typecheck/should_fail/tcfail005.stderr +++ b/ghc/tests/typecheck/should_fail/tcfail005.stderr @@ -1,10 +1,11 @@ - + tcfail005.hs:3: - Couldn't match `[t]' against `(_116, _1161)' + Couldn't match `[t]' against `(t1, t2)' Expected type: [t] - Inferred type: (_116, _1161) + Inferred type: (t1, t2) In the right-hand side of a pattern binding: (1, 'a') + Compilation had errors