summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyLeftSection2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyLeftSection2.stderr')
-rw-r--r--testsuite/tests/rep-poly/RepPolyLeftSection2.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyLeftSection2.stderr b/testsuite/tests/rep-poly/RepPolyLeftSection2.stderr
index 9597abade3..32e6635ce7 100644
--- a/testsuite/tests/rep-poly/RepPolyLeftSection2.stderr
+++ b/testsuite/tests/rep-poly/RepPolyLeftSection2.stderr
@@ -3,8 +3,8 @@ RepPolyLeftSection2.hs:14:11: error: [GHC-55287]
• The argument ‘undefined’ of ‘f’
does not have a fixed runtime representation.
Its type is:
- a0 :: TYPE c0
- Cannot unify ‘r’ with the type variable ‘c0’
+ a0 :: TYPE r0
+ Cannot unify ‘r’ with the type variable ‘r0’
because it is not a concrete ‘RuntimeRep’.
• In the expression: undefined `f`
In an equation for ‘test1’: test1 = (undefined `f`)