summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail212.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail212.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail212.stderr2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail212.stderr b/testsuite/tests/typecheck/should_fail/tcfail212.stderr
index 66f0bb2e1f..a94496181b 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail212.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail212.stderr
@@ -1,6 +1,8 @@
tcfail212.hs:10:7:
Expecting one more argument to `Maybe'
+ The first argument of a tuple should have kind `*',
+ but `Maybe' has kind `* -> *'
In the type signature for `f': f :: (Maybe, Either Int)
tcfail212.hs:13:7: