X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Ftypecheck%2Fshould_fail%2Ftcfail013.stderr;h=5491de93c56035bcb7a936bf4b504a343883b221;hb=26e677fd40e5dd967f0271a9232dfd5e3cd1ee29;hp=eaf06c15933774d5d5b6d0fa4e55f4fb7ced015c;hpb=3c6a193fa27d7bfd448ae4440a968b027f56969c;p=ghc-hetmet.git diff --git a/ghc/tests/typecheck/should_fail/tcfail013.stderr b/ghc/tests/typecheck/should_fail/tcfail013.stderr index eaf06c1..5491de9 100644 --- a/ghc/tests/typecheck/should_fail/tcfail013.stderr +++ b/ghc/tests/typecheck/should_fail/tcfail013.stderr @@ -1,9 +1,9 @@ -tcfail013.hs:4: Couldn't match the type - `[taBB]' against `PrelBase.Bool' - Expected: `[taBB] -> taBD' - Inferred: `PrelBase.Bool -> taBG' - In an equation for function `f': `f PrelBase.True = 2' +tcfail013.hs:4: + Couldn't match the type `[aG8]' against `Bool' + Expected: Bool + Inferred: [aG8] + In an equation for function `f': f True = 2 Compilation had errors