summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolySum.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolySum.stderr')
-rw-r--r--testsuite/tests/rep-poly/RepPolySum.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rep-poly/RepPolySum.stderr b/testsuite/tests/rep-poly/RepPolySum.stderr
index 89a8ef85a9..88cb9978cc 100644
--- a/testsuite/tests/rep-poly/RepPolySum.stderr
+++ b/testsuite/tests/rep-poly/RepPolySum.stderr
@@ -2,7 +2,7 @@
RepPolySum.hs:11:9: error: [GHC-55287]
• The unboxed sum does not have a fixed runtime representation.
Its type is:
- (# Int# | a #) :: TYPE ('SumRep '[ 'IntRep, rep])
+ (# Int# | a #) :: TYPE (SumRep [IntRep, rep])
• In the expression: (# | bar () #)
In an equation for ‘foo’:
foo _
@@ -14,6 +14,6 @@ RepPolySum.hs:11:9: error: [GHC-55287]
RepPolySum.hs:20:9: error: [GHC-55287]
• The unboxed sum does not have a fixed runtime representation.
Its type is:
- (# Int# | a #) :: TYPE ('SumRep '[ 'IntRep, rep])
+ (# Int# | a #) :: TYPE (SumRep [IntRep, rep])
• In the expression: (# 17# | #)
In an equation for ‘baz’: baz _ = (# 17# | #)