summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp006/recomp006.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/driver/recomp006/recomp006.stderr')
-rw-r--r--testsuite/tests/driver/recomp006/recomp006.stderr14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/driver/recomp006/recomp006.stderr b/testsuite/tests/driver/recomp006/recomp006.stderr
new file mode 100644
index 0000000000..c449b5cd2d
--- /dev/null
+++ b/testsuite/tests/driver/recomp006/recomp006.stderr
@@ -0,0 +1,14 @@
+
+A.hs:8:6:
+ No instance for (Num (Int :- Int))
+ arising from the literal `1'
+ Possible fix: add an instance declaration for (Num (Int :- Int))
+ In the expression: 1
+ In the expression: (1, (2, 3))
+ In an equation for `f': f = (1, (2, 3))
+
+A.hs:8:8:
+ Couldn't match expected type `Int' with actual type `(t0, t1)'
+ In the expression: (2, 3)
+ In the expression: (1, (2, 3))
+ In an equation for `f': f = (1, (2, 3))