summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail134.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail134.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail134.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail134.stderr b/testsuite/tests/typecheck/should_fail/tcfail134.stderr
new file mode 100644
index 0000000000..ea302f058a
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail134.stderr
@@ -0,0 +1,6 @@
+
+tcfail134.hs:5:33:
+ `XML' is not applied to enough type arguments
+ Expected kind `?', but `XML' has kind `* -> *'
+ In the type `a -> XML'
+ In the class declaration for `XML'