diff options
Diffstat (limited to 'testsuite/tests/parser/should_compile/read014.stderr')
-rw-r--r-- | testsuite/tests/parser/should_compile/read014.stderr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_compile/read014.stderr b/testsuite/tests/parser/should_compile/read014.stderr new file mode 100644 index 0000000000..f3d8d604fb --- /dev/null +++ b/testsuite/tests/parser/should_compile/read014.stderr @@ -0,0 +1,13 @@ + +read014.hs:4:1: Warning: + Top-level binding with no type signature: + 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)’ + +read014.hs:8:53: Warning: Defined but not used: ‘x’ |