summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T19709a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/T19709a.stderr')
-rw-r--r--testsuite/tests/rep-poly/T19709a.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/T19709a.stderr b/testsuite/tests/rep-poly/T19709a.stderr
new file mode 100644
index 0000000000..b4d0cce931
--- /dev/null
+++ b/testsuite/tests/rep-poly/T19709a.stderr
@@ -0,0 +1,10 @@
+
+T19709a.hs:8:8: error:
+ • The type of the first pattern in the equation for ‘levid’
+ does not have a fixed runtime representation:
+ a :: TYPE r
+ • In the expression:
+ let
+ levid :: forall (r :: RuntimeRep) (a :: TYPE r). a -> a
+ levid x = x
+ in return []