summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/T10873.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn/should_fail/T10873.stderr')
-rw-r--r--testsuite/tests/patsyn/should_fail/T10873.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/patsyn/should_fail/T10873.stderr b/testsuite/tests/patsyn/should_fail/T10873.stderr
index 6eb925be30..af151bbde7 100644
--- a/testsuite/tests/patsyn/should_fail/T10873.stderr
+++ b/testsuite/tests/patsyn/should_fail/T10873.stderr
@@ -1,6 +1,6 @@
T10873.hs:6:24: error:
- • No instance for (Show a)
+ • No instance for ‘Show a’
arising from the "provided" constraints claimed by
the signature of ‘Pat1’
In other words, a successful match on the pattern
@@ -9,7 +9,7 @@ T10873.hs:6:24: error:
• In the declaration for pattern synonym ‘Pat1’
T10873.hs:10:23: error:
- • Could not deduce (Show a)
+ • Could not deduce ‘Show a’
arising from the "provided" constraints claimed by
the signature of ‘Pat2’
from the context: Ord a