diff options
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyBinder.stderr')
-rw-r--r-- | testsuite/tests/rep-poly/RepPolyBinder.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyBinder.stderr b/testsuite/tests/rep-poly/RepPolyBinder.stderr new file mode 100644 index 0000000000..83489470e9 --- /dev/null +++ b/testsuite/tests/rep-poly/RepPolyBinder.stderr @@ -0,0 +1,8 @@ + +RepPolyBinder.hs:11:1: error: + • The type of the first pattern in the equation for ‘foo’ + does not have a fixed runtime representation: + a :: TYPE rep1 + • The type of the second pattern in the equation for ‘foo’ + does not have a fixed runtime representation: + b :: TYPE rep2 |