summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyArgument.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyArgument.stderr')
-rw-r--r--testsuite/tests/rep-poly/RepPolyArgument.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyArgument.stderr b/testsuite/tests/rep-poly/RepPolyArgument.stderr
index c6aaded15b..45c9474839 100644
--- a/testsuite/tests/rep-poly/RepPolyArgument.stderr
+++ b/testsuite/tests/rep-poly/RepPolyArgument.stderr
@@ -3,8 +3,8 @@ RepPolyArgument.hs:10:18: error: [GHC-55287]
• The argument ‘(undefined @(R @RuntimeRep))’ of ‘undefined’
does not have a fixed runtime representation.
Its type is:
- t0 :: TYPE c0
- Cannot unify ‘R’ with the type variable ‘c0’
+ t1 :: TYPE t0
+ Cannot unify ‘R’ with the type variable ‘t0’
because it is not a concrete ‘RuntimeRep’.
• In the first argument of ‘undefined’, namely
‘(undefined @(R @RuntimeRep))’