summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T12709.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/T12709.stderr')
-rw-r--r--testsuite/tests/rep-poly/T12709.stderr36
1 files changed, 36 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/T12709.stderr b/testsuite/tests/rep-poly/T12709.stderr
new file mode 100644
index 0000000000..5b70aea4d7
--- /dev/null
+++ b/testsuite/tests/rep-poly/T12709.stderr
@@ -0,0 +1,36 @@
+
+T12709.hs:28:13: error:
+ • The function argument
+ ‘1’
+ does not have a fixed runtime representation:
+ a :: TYPE rep
+ • In the first argument of ‘(+)’, namely ‘1’
+ In the first argument of ‘(+)’, namely ‘1 + 2’
+ In the first argument of ‘(+)’, namely ‘1 + 2 + 3’
+
+T12709.hs:28:17: error:
+ • The function argument
+ ‘2’
+ does not have a fixed runtime representation:
+ a :: TYPE rep
+ • In the second argument of ‘(+)’, namely ‘2’
+ In the first argument of ‘(+)’, namely ‘1 + 2’
+ In the first argument of ‘(+)’, namely ‘1 + 2 + 3’
+
+T12709.hs:28:21: error:
+ • The function argument
+ ‘3’
+ does not have a fixed runtime representation:
+ a :: TYPE rep
+ • In the second argument of ‘(+)’, namely ‘3’
+ In the first argument of ‘(+)’, namely ‘1 + 2 + 3’
+ In the expression: 1 + 2 + 3 + 4
+
+T12709.hs:28:25: error:
+ • The function argument
+ ‘4’
+ does not have a fixed runtime representation:
+ a :: TYPE rep
+ • In the second argument of ‘(+)’, namely ‘4’
+ In the expression: 1 + 2 + 3 + 4
+ In an equation for ‘u’: u = 1 + 2 + 3 + 4