summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T11473.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/T11473.stderr')
-rw-r--r--testsuite/tests/rep-poly/T11473.stderr14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/T11473.stderr b/testsuite/tests/rep-poly/T11473.stderr
new file mode 100644
index 0000000000..fdfa418318
--- /dev/null
+++ b/testsuite/tests/rep-poly/T11473.stderr
@@ -0,0 +1,14 @@
+
+T11473.hs:19:1: error:
+ The type of the first pattern in the equation for ‘hello’
+ does not have a fixed runtime representation:
+ a :: TYPE r
+
+T11473.hs:19:17: error:
+ • The function argument
+ ‘x’
+ does not have a fixed runtime representation:
+ a :: TYPE r
+ • In the first argument of ‘boxed’, namely ‘x’
+ In the expression: boxed x
+ In an equation for ‘hello’: hello x = boxed x