summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T13902.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T13902.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T13902.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T13902.stderr b/testsuite/tests/typecheck/should_fail/T13902.stderr
index 2794ae25ec..c7630039aa 100644
--- a/testsuite/tests/typecheck/should_fail/T13902.stderr
+++ b/testsuite/tests/typecheck/should_fail/T13902.stderr
@@ -1,7 +1,7 @@
T13902.hs:8:5: error:
• Couldn't match expected type ‘t0 -> Int’ with actual type ‘Int’
- • The expression ‘f @Int’ is applied to two arguments,
- but its type ‘Int -> Int’ has only one
+ • The function ‘f’ is applied to two value arguments,
+ but its type ‘Int -> Int’ has only one
In the expression: f @Int 42 5
In an equation for ‘g’: g = f @Int 42 5