summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T8518.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T8518.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T8518.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T8518.stderr b/testsuite/tests/indexed-types/should_fail/T8518.stderr
index 037bb76bbe..b18202fec9 100644
--- a/testsuite/tests/indexed-types/should_fail/T8518.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T8518.stderr
@@ -2,8 +2,8 @@
T8518.hs:14:18: error:
• Couldn't match expected type ‘Z c -> B c -> Maybe (F c)’
with actual type ‘F c’
- • The function ‘rpt’ is applied to four arguments,
- but its type ‘Int -> c -> F c’ has only two
+ • The function ‘rpt’ is applied to four value arguments,
+ but its type ‘Int -> c -> F c’ has only two
In the expression: rpt (4 :: Int) c z b
In an equation for ‘callCont’:
callCont c z b