summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T10971d.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T10971d.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T10971d.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T10971d.stderr b/testsuite/tests/typecheck/should_fail/T10971d.stderr
index 93dce724d0..70ac810749 100644
--- a/testsuite/tests/typecheck/should_fail/T10971d.stderr
+++ b/testsuite/tests/typecheck/should_fail/T10971d.stderr
@@ -1,19 +1,19 @@
-T10971d.hs:4:14: error:
+T10971d.hs:4:14: error: [GHC-83865]
• Couldn't match expected type: [a0]
with actual type: Maybe a3
• In the first argument of ‘f’, namely ‘(Just 1)’
In the second argument of ‘($)’, namely ‘f (Just 1)’
In a stmt of a 'do' block: print $ f (Just 1)
-T10971d.hs:5:19: error:
+T10971d.hs:5:19: error: [GHC-83865]
• Couldn't match expected type: [b0]
with actual type: Maybe a4
• In the second argument of ‘g’, namely ‘(Just 5)’
In the second argument of ‘($)’, namely ‘g (+ 1) (Just 5)’
In a stmt of a 'do' block: print $ g (+ 1) (Just 5)
-T10971d.hs:6:23: error:
+T10971d.hs:6:23: error: [GHC-83865]
• Couldn't match expected type: [a2]
with actual type: Maybe a1
• In the second argument of ‘h’, namely ‘Nothing’