summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/Linear13.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/linear/should_fail/Linear13.stderr')
-rw-r--r--testsuite/tests/linear/should_fail/Linear13.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/linear/should_fail/Linear13.stderr b/testsuite/tests/linear/should_fail/Linear13.stderr
index 62c0097b68..f4c0d79429 100644
--- a/testsuite/tests/linear/should_fail/Linear13.stderr
+++ b/testsuite/tests/linear/should_fail/Linear13.stderr
@@ -1,12 +1,12 @@
Linear13.hs:6:14: error: [GHC-18872]
- • Couldn't match type ‘'Many’ with ‘'One’
+ • Couldn't match type ‘Many’ with ‘One’
arising from multiplicity of ‘a’
• In an equation for ‘incorrectLet’:
incorrectLet a = let x = a in ()
Linear13.hs:9:27: error: [GHC-18872]
- • Couldn't match type ‘'Many’ with ‘'One’
+ • Couldn't match type ‘Many’ with ‘One’
arising from multiplicity of ‘x’
• In an equation for ‘incorrectLetWithSignature’:
incorrectLetWithSignature x
@@ -16,13 +16,13 @@ Linear13.hs:9:27: error: [GHC-18872]
in ()
Linear13.hs:12:20: error: [GHC-18872]
- • Couldn't match type ‘'Many’ with ‘'One’
+ • Couldn't match type ‘Many’ with ‘One’
arising from multiplicity of ‘x’
• In an equation for ‘incorrectLazyMatch’:
incorrectLazyMatch x = let (a, b) = x in b
Linear13.hs:15:24: error: [GHC-18872]
- • Couldn't match type ‘'Many’ with ‘'One’
+ • Couldn't match type ‘Many’ with ‘One’
arising from multiplicity of ‘x’
• In an equation for ‘incorrectCasePromotion’:
incorrectCasePromotion x = case x of (a, b) -> b