summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7264.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T7264.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T7264.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T7264.stderr b/testsuite/tests/typecheck/should_fail/T7264.stderr
index 6314b56f97..b2696d41bb 100644
--- a/testsuite/tests/typecheck/should_fail/T7264.stderr
+++ b/testsuite/tests/typecheck/should_fail/T7264.stderr
@@ -1,12 +1,12 @@
T7264.hs:13:19:
- Couldn't match type ‛a’ with ‛forall r. r -> String’
- ‛a’ is a rigid type variable bound by
+ Couldn't match type ‘a’ with ‘forall r. r -> String’
+ ‘a’ is a rigid type variable bound by
the inferred type of mkFoo2 :: a -> Maybe Foo at T7264.hs:13:1
Expected type: a -> Foo
Actual type: (forall r. r -> String) -> Foo
Relevant bindings include
val :: a (bound at T7264.hs:13:8)
mkFoo2 :: a -> Maybe Foo (bound at T7264.hs:13:1)
- In the first argument of ‛mmap’, namely ‛Foo’
+ In the first argument of ‘mmap’, namely ‘Foo’
In the expression: mmap Foo (Just val)