summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail026.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail026.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail026.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail026.stderr b/testsuite/tests/rename/should_fail/rnfail026.stderr
new file mode 100644
index 0000000000..6aa899b36d
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/rnfail026.stderr
@@ -0,0 +1,10 @@
+
+rnfail026.hs:16:17:
+ Kind mis-match
+ The first argument of `Monad' should have kind `* -> *',
+ but `Set a' has kind `*'
+ In the instance declaration for `Monad (forall a. Eq a => Set a)'
+
+rnfail026.hs:19:10:
+ Illegal polymorphic or qualified type: forall a. [a]
+ In the instance declaration for `Eq (forall a. [a])'