summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_fail/saks_fail014.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/saks/should_fail/saks_fail014.stderr')
-rw-r--r--testsuite/tests/saks/should_fail/saks_fail014.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/saks/should_fail/saks_fail014.stderr b/testsuite/tests/saks/should_fail/saks_fail014.stderr
new file mode 100644
index 0000000000..68733410ee
--- /dev/null
+++ b/testsuite/tests/saks/should_fail/saks_fail014.stderr
@@ -0,0 +1,11 @@
+
+saks_fail014.hs:10:7: error:
+ • Expecting one more argument to ‘Maybe’
+ Expected kind ‘forall k. k’, but ‘Maybe’ has kind ‘* -> *’
+ • In the type ‘Maybe’
+ In the type family declaration for ‘T’
+
+saks_fail014.hs:11:7: error:
+ • Expected kind ‘forall k. k’, but ‘Integer’ has kind ‘*’
+ • In the type ‘Integer’
+ In the type family declaration for ‘T’