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.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail212.stderr b/testsuite/tests/typecheck/should_fail/tcfail212.stderr
new file mode 100644
index 0000000000..1e24032293
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail212.stderr
@@ -0,0 +1,8 @@
+
+tcfail212.hs:10:1:
+ Unexpected tuple component kind: * -> *
+ In the type signature for `f': f :: (Maybe, Either Int)
+
+tcfail212.hs:13:1:
+ Unexpected tuple component kind: #
+ In the type signature for `g': g :: (Int#, Int#)