summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T19709b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/T19709b.stderr')
-rw-r--r--testsuite/tests/rep-poly/T19709b.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rep-poly/T19709b.stderr b/testsuite/tests/rep-poly/T19709b.stderr
index da2d53d272..d098a1ee83 100644
--- a/testsuite/tests/rep-poly/T19709b.stderr
+++ b/testsuite/tests/rep-poly/T19709b.stderr
@@ -3,8 +3,8 @@ T19709b.hs:11:15: error: [GHC-55287]
• The argument ‘(error @Any "e2")’ of ‘levfun’
does not have a fixed runtime representation.
Its type is:
- a1 :: TYPE c0
- Cannot unify ‘Any’ with the type variable ‘c0’
+ a1 :: TYPE r0
+ Cannot unify ‘Any’ with the type variable ‘r0’
because it is not a concrete ‘RuntimeRep’.
• In the first argument of ‘levfun’, namely ‘(error @Any "e2")’
In the first argument of ‘seq’, namely ‘levfun (error @Any "e2")’