diff options
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyTupleSection.stderr')
-rw-r--r-- | testsuite/tests/rep-poly/RepPolyTupleSection.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyTupleSection.stderr b/testsuite/tests/rep-poly/RepPolyTupleSection.stderr new file mode 100644 index 0000000000..b4d08d02de --- /dev/null +++ b/testsuite/tests/rep-poly/RepPolyTupleSection.stderr @@ -0,0 +1,6 @@ + +RepPolyTupleSection.hs:11:7: error: + • The tuple section does not have a fixed runtime representation in the second position: + a :: TYPE r + • In the expression: (# 3#, #) + In an equation for ‘foo’: foo = (# 3#, #) |