summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail058.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail058.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail058.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail058.stderr b/testsuite/tests/typecheck/should_fail/tcfail058.stderr
new file mode 100644
index 0000000000..4c017c8681
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail058.stderr
@@ -0,0 +1,4 @@
+
+tcfail058.hs:6:6:
+ Type constructor `Array' used as a class
+ In the type signature for `f': f :: Array a => a -> b