summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail182.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail182.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail182.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail182.stderr b/testsuite/tests/typecheck/should_fail/tcfail182.stderr
index e021987234..36768f6744 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail182.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail182.stderr
@@ -1,8 +1,8 @@
tcfail182.hs:9:3:
- Couldn't match expected type `Prelude.Maybe a'
- with actual type `Maybe t0'
+ Couldn't match expected type ‛Prelude.Maybe a’
+ with actual type ‛Maybe t0’
Relevant bindings include
f :: Prelude.Maybe a -> Int (bound at tcfail182.hs:9:1)
In the pattern: Foo
- In an equation for `f': f Foo = 3
+ In an equation for ‛f’: f Foo = 3