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.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rep-poly/T12709.stderr b/testsuite/tests/rep-poly/T12709.stderr
index 3dea77979e..083f24d46a 100644
--- a/testsuite/tests/rep-poly/T12709.stderr
+++ b/testsuite/tests/rep-poly/T12709.stderr
@@ -3,8 +3,8 @@ T12709.hs:28:13: error: [GHC-55287]
• The argument ‘1’ of ‘(+)’
does not have a fixed runtime representation.
Its type is:
- a0 :: TYPE c0
- Cannot unify ‘rep’ with the type variable ‘c0’
+ a0 :: TYPE rep0
+ Cannot unify ‘rep’ with the type variable ‘rep0’
because it is not a concrete ‘RuntimeRep’.
• In the expression: 1 + 2 + 3 + 4
In an equation for ‘u’: u = 1 + 2 + 3 + 4