summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7645.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T7645.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T7645.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T7645.stderr b/testsuite/tests/typecheck/should_fail/T7645.stderr
index 96bd2e47c3..ae00e21ca6 100644
--- a/testsuite/tests/typecheck/should_fail/T7645.stderr
+++ b/testsuite/tests/typecheck/should_fail/T7645.stderr
@@ -1,6 +1,6 @@
T7645.hs:6:23:
- Expecting one more argument to `Maybe'
- The second argument of a tuple should have kind `*',
- but `Maybe' has kind `* -> *'
- In the type signature for `f': f :: ((+) a (a :: *), Maybe)
+ Expecting one more argument to ‛Maybe’
+ The second argument of a tuple should have kind ‛*’,
+ but ‛Maybe’ has kind ‛* -> *’
+ In the type signature for ‛f’: f :: ((+) a (a :: *), Maybe)