diff options
Diffstat (limited to 'testsuite/tests/rep-poly/T20113.stderr')
-rw-r--r-- | testsuite/tests/rep-poly/T20113.stderr | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/testsuite/tests/rep-poly/T20113.stderr b/testsuite/tests/rep-poly/T20113.stderr index da8439e9e7..2e51b23d85 100644 --- a/testsuite/tests/rep-poly/T20113.stderr +++ b/testsuite/tests/rep-poly/T20113.stderr @@ -1,6 +1,10 @@ -T20113.hs:4:35: error: - The first pattern in the equation for ‘$sel:y_fld:MkY’ - does not have a fixed runtime representation. - Its type is: - Y a :: TYPE rep +T20113.hs:7:35: error: + • The newtype constructor pattern + does not have a fixed runtime representation. + Its type is: + a :: TYPE rep + • The first pattern in the equation for ‘$sel:y_fld:MkY’ + does not have a fixed runtime representation. + Its type is: + Y a :: TYPE rep |