summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail175.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-09-28 15:55:22 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-09-28 15:55:22 +0100
commitc22af4a538ad83191266c1150ca7182206ed2351 (patch)
tree3d11971d7dabeb0857fed7b6a85d1c2983041d02 /testsuite/tests/typecheck/should_fail/tcfail175.stderr
parent77193177a3239185f0cfca4d2844a8d5bc7d0d37 (diff)
downloadhaskell-c22af4a538ad83191266c1150ca7182206ed2351.tar.gz
Tons of error message wibbles
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail175.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail175.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail175.stderr b/testsuite/tests/typecheck/should_fail/tcfail175.stderr
index d467a15701..65f4cb9e4d 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail175.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail175.stderr
@@ -1,7 +1,7 @@
tcfail175.hs:11:1:
- Couldn't match expected type `a'
- with actual type `String -> String -> String'
+ Couldn't match expected type `String -> String -> String'
+ with actual type `a'
`a' is a rigid type variable bound by
the type signature for evalRHS :: Int -> a at tcfail175.hs:10:12
Relevant bindings include