summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read014.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_compile/read014.stderr')
-rw-r--r--testsuite/tests/parser/should_compile/read014.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/parser/should_compile/read014.stderr b/testsuite/tests/parser/should_compile/read014.stderr
index ebc07af88e..030b2c52de 100644
--- a/testsuite/tests/parser/should_compile/read014.stderr
+++ b/testsuite/tests/parser/should_compile/read014.stderr
@@ -1,13 +1,13 @@
read014.hs:4:1: warning:
Top-level binding with no type signature:
- ng1 :: forall r a. Num a => r -> a -> a
+ ng1 :: forall t a. Num a => t -> a -> a
read014.hs:4:5: warning: Defined but not used: ‘x’
read014.hs:6:10: warning:
- No explicit implementation for
- ‘+’, ‘*’, ‘abs’, ‘signum’, and ‘fromInteger’
- In the instance declaration for ‘Num (a, b)’
+ • No explicit implementation for
+ ‘+’, ‘*’, ‘abs’, ‘signum’, and ‘fromInteger’
+ • In the instance declaration for ‘Num (a, b)’
read014.hs:8:53: warning: Defined but not used: ‘x’