summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail008.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail008.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail008.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail008.stderr b/testsuite/tests/typecheck/should_fail/tcfail008.stderr
new file mode 100644
index 0000000000..2d31ee6034
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail008.stderr
@@ -0,0 +1,8 @@
+
+tcfail008.hs:3:7:
+ No instance for (Num [a0])
+ arising from the literal `2'
+ Possible fix: add an instance declaration for (Num [a0])
+ In the second argument of `(:)', namely `2'
+ In the expression: 1 : 2
+ In an equation for `o': o = 1 : 2