summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T10971a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T10971a.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/T10971a.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T10971a.stderr b/testsuite/tests/typecheck/should_compile/T10971a.stderr
index 7ca7680c52..eea8a11ea3 100644
--- a/testsuite/tests/typecheck/should_compile/T10971a.stderr
+++ b/testsuite/tests/typecheck/should_compile/T10971a.stderr
@@ -34,9 +34,9 @@ T10971a.hs:9:6: warning:
T10971a.hs:9:31: warning:
• Defaulting the following constraints to type ‘[]’
- (Foldable t0) arising from a use of ‘length’ at T10971a.hs:9:31-36
+ (Foldable t0) arising from a use of ‘length’ at T10971a.hs:9:31-38
(Traversable t0)
- arising from a use of ‘fmapDefault’ at T10971a.hs:9:14-24
+ arising from a use of ‘fmapDefault’ at T10971a.hs:9:14-28
• In the expression: length x
In the expression: (fmapDefault f x, length x)
In the expression: \ f x -> (fmapDefault f x, length x)