summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T13785.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T13785.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/T13785.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T13785.stderr b/testsuite/tests/typecheck/should_compile/T13785.stderr
index b86e7da132..d831d895ce 100644
--- a/testsuite/tests/typecheck/should_compile/T13785.stderr
+++ b/testsuite/tests/typecheck/should_compile/T13785.stderr
@@ -2,7 +2,6 @@
T13785.hs:16:5: warning: [-Wmonomorphism-restriction]
• The Monomorphism Restriction applies to the bindings
for ‘bar2’, ‘baz2’
- Consider giving them a type signature
• In an equation for ‘foo’:
foo
= bar >> baz >> bar2
@@ -10,3 +9,4 @@ T13785.hs:16:5: warning: [-Wmonomorphism-restriction]
bar, baz :: m Char
(bar, baz) = c
(bar2, baz2) = c
+ Suggested fix: Consider giving ‘baz2’ and ‘bar2’ a type signature