summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7410.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T7410.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T7410.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T7410.stderr b/testsuite/tests/typecheck/should_fail/T7410.stderr
index 877377e1b0..8126362633 100644
--- a/testsuite/tests/typecheck/should_fail/T7410.stderr
+++ b/testsuite/tests/typecheck/should_fail/T7410.stderr
@@ -1,6 +1,6 @@
T7410.hs:3:9:
- Expecting one more argument to ‛Either Int’
- The first argument of a tuple should have kind ‛*’,
- but ‛Either Int’ has kind ‛* -> *’
- In the type signature for ‛foo’: foo :: (Either Int, Int)
+ Expecting one more argument to ‘Either Int’
+ The first argument of a tuple should have kind ‘*’,
+ but ‘Either Int’ has kind ‘* -> *’
+ In the type signature for ‘foo’: foo :: (Either Int, Int)