summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T6069.stderr
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2019-11-15 10:01:07 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-19 20:39:20 -0500
commitb79e46d682d144c6a7a9ff6e7dca0d892b690654 (patch)
tree58b06bf198b38cdebc622f43532177fc07792f72 /testsuite/tests/typecheck/should_fail/T6069.stderr
parentef8a08e0dd4e5b908b7fbce1b3101dc311c4d3e1 (diff)
downloadhaskell-b79e46d682d144c6a7a9ff6e7dca0d892b690654.tar.gz
Strip parentheses in expressions contexts in error messages
This makes error messages a tad less noisy.
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T6069.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T6069.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T6069.stderr b/testsuite/tests/typecheck/should_fail/T6069.stderr
index e1c2e5653f..3ee2b2d5e4 100644
--- a/testsuite/tests/typecheck/should_fail/T6069.stderr
+++ b/testsuite/tests/typecheck/should_fail/T6069.stderr
@@ -12,7 +12,7 @@ T6069.hs:14:15: error:
Expected type: ST s1 Int -> a1
Actual type: (forall s. ST s a1) -> a1
• In the second argument of ‘(.)’, namely ‘runST’
- In the expression: (print . runST)
+ In the expression: print . runST
In the expression: (print . runST) $ fourty_two
T6069.hs:15:16: error: