X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Ftypecheck%2Fshould_fail%2Ftcfail013.stderr;h=f460026c456ec17818a1482fb32ca674ea4d9cca;hb=6e5b016d4c2570441e7fee0761b9293f2671e085;hp=5d3a555d8f708cd9d1748180b8b3d33b52bcf48f;hpb=29f917b1bf425195f092df7872b064cf5b357cfb;p=ghc-hetmet.git diff --git a/ghc/tests/typecheck/should_fail/tcfail013.stderr b/ghc/tests/typecheck/should_fail/tcfail013.stderr index 5d3a555..f460026 100644 --- a/ghc/tests/typecheck/should_fail/tcfail013.stderr +++ b/ghc/tests/typecheck/should_fail/tcfail013.stderr @@ -1,7 +1,7 @@ - -tcfail013.hs:4: Couldn't match the type `[taEE]' against `Bool' - Expected: `Bool' - Inferred: `[taEE]' - In an equation for function `f': `f True = 2' -Compilation had errors +tcfail013.hs:4: + Couldn't match `[t]' against `Bool' + Expected type: [t] + Inferred type: Bool + In the pattern: True + In an equation for function `f': f True = 2