summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5358.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T5358.stderr')
-rw-r--r--testsuite/tests/th/T5358.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/th/T5358.stderr b/testsuite/tests/th/T5358.stderr
index 6561e08032..78ad520e46 100644
--- a/testsuite/tests/th/T5358.stderr
+++ b/testsuite/tests/th/T5358.stderr
@@ -1,18 +1,18 @@
T5358.hs:7:1: error:
• Couldn't match expected type ‘Int’ with actual type ‘p1 -> p1’
- • The equation(s) for ‘t1’ have one argument,
- but its type ‘Int’ has none
+ • The equation(s) for ‘t1’ have one value argument,
+ but its type ‘Int’ has none
T5358.hs:8:1: error:
• Couldn't match expected type ‘Int’ with actual type ‘p0 -> p0’
- • The equation(s) for ‘t2’ have one argument,
- but its type ‘Int’ has none
+ • The equation(s) for ‘t2’ have one value argument,
+ but its type ‘Int’ has none
T5358.hs:10:13: error:
• Couldn't match expected type ‘t -> a0’ with actual type ‘Int’
- • The function ‘t1’ is applied to one argument,
- but its type ‘Int’ has none
+ • The function ‘t1’ is applied to one value argument,
+ but its type ‘Int’ has none
In the first argument of ‘(==)’, namely ‘t1 x’
In the expression: t1 x == t2 x
• Relevant bindings include
@@ -21,8 +21,8 @@ T5358.hs:10:13: error:
T5358.hs:10:21: error:
• Couldn't match expected type ‘t -> a0’ with actual type ‘Int’
- • The function ‘t2’ is applied to one argument,
- but its type ‘Int’ has none
+ • The function ‘t2’ is applied to one value argument,
+ but its type ‘Int’ has none
In the second argument of ‘(==)’, namely ‘t2 x’
In the expression: t1 x == t2 x
• Relevant bindings include