summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyApp.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyApp.stderr')
-rw-r--r--testsuite/tests/rep-poly/RepPolyApp.stderr8
1 files changed, 3 insertions, 5 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyApp.stderr b/testsuite/tests/rep-poly/RepPolyApp.stderr
index e823c04dc2..77dd0a30cf 100644
--- a/testsuite/tests/rep-poly/RepPolyApp.stderr
+++ b/testsuite/tests/rep-poly/RepPolyApp.stderr
@@ -1,10 +1,8 @@
-RepPolyApp.hs:11:11: error:
- • The function argument
- ‘(undefined :: a)’
+RepPolyApp.hs:11:9: error:
+ • The argument ‘(undefined :: a)’ of ‘f’
does not have a fixed runtime representation.
Its type is:
a :: TYPE rep
- • In the first argument of ‘f’, namely ‘(undefined :: a)’
- In the expression: f (undefined :: a)
+ • In the expression: f (undefined :: a)
In an equation for ‘foo’: foo f = f (undefined :: a)