summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail068.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail068.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail068.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail068.stderr b/testsuite/tests/typecheck/should_fail/tcfail068.stderr
index afc671a8bf..1a7c840e0b 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail068.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail068.stderr
@@ -56,7 +56,7 @@ tcfail068.hs:24:35:
at tcfail068.hs:24:29
Expected type: GHC.ST.ST s1 (IndTree s a)
Actual type: GHC.ST.ST s (IndTree s a)
- In the return type of a call of `itrap''
+ In the return type of a call of itrap'
In the first argument of `runST', namely `(itrap' i k)'
tcfail068.hs:36:46:
@@ -88,5 +88,5 @@ tcfail068.hs:36:46:
at tcfail068.hs:36:40
Expected type: GHC.ST.ST s1 (c, IndTree s b)
Actual type: GHC.ST.ST s (c, IndTree s b)
- In the return type of a call of `itrapstate''
+ In the return type of a call of itrapstate'
In the first argument of `runST', namely `(itrapstate' i k s)'