summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr')
-rw-r--r--testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr b/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr
index a84d9d89f8..495a4fc1d8 100644
--- a/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr
+++ b/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr
@@ -3,10 +3,10 @@ RepPolyUnboxedPatterns.hs:8:1: error: [GHC-55287]
The first pattern in the equation for ‘foo’
does not have a fixed runtime representation.
Its type is:
- (# a, b #) :: TYPE ('TupleRep '[rep1, rep2])
+ (# a, b #) :: TYPE (TupleRep [rep1, rep2])
RepPolyUnboxedPatterns.hs:11:1: error: [GHC-55287]
The first pattern in the equations for ‘bar’
does not have a fixed runtime representation.
Its type is:
- (# a | b #) :: TYPE ('SumRep '[rep1, rep2])
+ (# a | b #) :: TYPE (SumRep [rep1, rep2])