summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/T20083.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/linear/should_fail/T20083.stderr')
-rw-r--r--testsuite/tests/linear/should_fail/T20083.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/linear/should_fail/T20083.stderr b/testsuite/tests/linear/should_fail/T20083.stderr
index 32968a4e7d..e923aaf2fe 100644
--- a/testsuite/tests/linear/should_fail/T20083.stderr
+++ b/testsuite/tests/linear/should_fail/T20083.stderr
@@ -1,6 +1,6 @@
T20083.hs:6:6: error: [GHC-25897]
- • Couldn't match type ‘m’ with ‘'Many’
+ • Couldn't match type ‘m’ with ‘Many’
arising from multiplicity of ‘x’
‘m’ is a rigid type variable bound by
the type signature for:
@@ -12,7 +12,7 @@ T20083.hs:6:6: error: [GHC-25897]
ap :: (a -> b) -> a %m -> b (bound at T20083.hs:6:1)
T20083.hs:9:5: error: [GHC-18872]
- • Couldn't match type ‘'Many’ with ‘'One’
+ • Couldn't match type ‘Many’ with ‘One’
arising from a non-linear pattern
• In the pattern: _
In an equation for ‘ap2’: ap2 _ = ()