diff options
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyRule2.stderr')
-rw-r--r-- | testsuite/tests/rep-poly/RepPolyRule2.stderr | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyRule2.stderr b/testsuite/tests/rep-poly/RepPolyRule2.stderr index 70bd7eaa3a..82403d3c7d 100644 --- a/testsuite/tests/rep-poly/RepPolyRule2.stderr +++ b/testsuite/tests/rep-poly/RepPolyRule2.stderr @@ -1,10 +1,8 @@ -RepPolyRule2.hs:17:55: error: - • The function argument - ‘x’ +RepPolyRule2.hs:17:53: error: + • The argument ‘x’ of ‘f’ does not have a fixed runtime representation. Its type is: a :: TYPE (F rep) - • In the first argument of ‘f’, namely ‘x’ - In the expression: f x + • In the expression: f x When checking the rewrite rule "f_id" |