summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5858.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T5858.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T5858.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T5858.stderr b/testsuite/tests/typecheck/should_fail/T5858.stderr
index 437b5baca6..893fd1a62b 100644
--- a/testsuite/tests/typecheck/should_fail/T5858.stderr
+++ b/testsuite/tests/typecheck/should_fail/T5858.stderr
@@ -1,10 +1,10 @@
T5858.hs:11:7:
No instance for (InferOverloaded ([t0], [t1]))
- arising from a use of `infer'
- The type variables `t0', `t1' are ambiguous
+ arising from a use of ‛infer’
+ The type variables ‛t0’, ‛t1’ are ambiguous
Note: there is a potential instance available:
instance t1 ~ String => InferOverloaded (t1, t1)
-- Defined at T5858.hs:8:10
In the expression: infer ([], [])
- In an equation for `foo': foo = infer ([], [])
+ In an equation for ‛foo’: foo = infer ([], [])