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.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/parser/should_compile/T2245.stderr b/testsuite/tests/parser/should_compile/T2245.stderr
index 1f5f87f7c7..783b751b34 100644
--- a/testsuite/tests/parser/should_compile/T2245.stderr
+++ b/testsuite/tests/parser/should_compile/T2245.stderr
@@ -13,10 +13,10 @@ T2245.hs:5:10: warning:
T2245.hs:7:29: warning:
• Defaulting the following constraints to type ‘T’
- (Fractional b0)
+ (Fractional a0)
arising from the literal ‘1e400’ at T2245.hs:7:29-33
- (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
+ (Ord a0) arising from an operator section at T2245.hs:7:27-33
+ (Read a0) 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’