summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T2245.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_compile/T2245.stderr')
-rw-r--r--testsuite/tests/parser/should_compile/T2245.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/parser/should_compile/T2245.stderr b/testsuite/tests/parser/should_compile/T2245.stderr
index 3a5f21ad21..53b738832f 100644
--- a/testsuite/tests/parser/should_compile/T2245.stderr
+++ b/testsuite/tests/parser/should_compile/T2245.stderr
@@ -11,12 +11,12 @@ T2245.hs:5:10: Warning:
‘fromRational’ and (either ‘recip’ or ‘/’)
In the instance declaration for ‘Fractional T’
-T2245.hs:7:38: Warning:
+T2245.hs:7:29: Warning:
Defaulting the following constraint(s) to type ‘T’
- (Read b0) arising from a use of ‘read’ at T2245.hs:7:38-41
- (Ord b0) arising from a use of ‘<’ at T2245.hs:7:27
(Fractional b0)
arising from the literal ‘1e400’ at T2245.hs:7:29-33
- In the second argument of ‘(.)’, namely ‘read’
+ (Ord b0) arising from a use of ‘<’ at T2245.hs:7:27
+ (Read b0) arising from a use of ‘read’ at T2245.hs:7:38-41
+ In the second argument of ‘(<)’, namely ‘1e400’
+ In the first argument of ‘(.)’, namely ‘(< 1e400)’
In the second argument of ‘(.)’, namely ‘(< 1e400) . read’
- In the second argument of ‘($)’, namely ‘show . (< 1e400) . read’