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.stderr10
1 files changed, 6 insertions, 4 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr b/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr
index ced2503ca9..7efa7431c5 100644
--- a/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr
+++ b/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr
@@ -1,10 +1,12 @@
RepPolyUnboxedPatterns.hs:8:1: error:
- The type of the first pattern in the equation for ‘foo’
- does not have a fixed runtime representation:
+ The first pattern in the equation for ‘foo’
+ does not have a fixed runtime representation.
+ Its type is:
(# a, b #) :: TYPE ('TupleRep '[rep1, rep2])
RepPolyUnboxedPatterns.hs:11:1: error:
- The type of the first pattern in the equation for ‘bar’
- does not have a fixed runtime representation:
+ The first pattern in the equation for ‘bar’
+ does not have a fixed runtime representation.
+ Its type is:
(# a | b #) :: TYPE ('SumRep '[rep1, rep2])