diff options
Diffstat (limited to 'testsuite/tests/parser/should_compile/read014.stderr-ghc')
-rw-r--r-- | testsuite/tests/parser/should_compile/read014.stderr-ghc | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/testsuite/tests/parser/should_compile/read014.stderr-ghc b/testsuite/tests/parser/should_compile/read014.stderr-ghc index 85f36b16da..b1d9b81256 100644 --- a/testsuite/tests/parser/should_compile/read014.stderr-ghc +++ b/testsuite/tests/parser/should_compile/read014.stderr-ghc @@ -1,28 +1,28 @@ -
-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 method nor default method for `+'
- In the instance declaration for `Num (a, b)'
-
-read014.hs:6:10:
- Warning: No explicit method nor default method for `*'
- In the instance declaration for `Num (a, b)'
-
-read014.hs:6:10:
- Warning: No explicit method nor default method for `abs'
- In the instance declaration for `Num (a, b)'
-
-read014.hs:6:10:
- Warning: No explicit method nor default method for `signum'
- In the instance declaration for `Num (a, b)'
-
-read014.hs:6:10:
- Warning: No explicit method nor default method for `fromInteger'
- In the instance declaration for `Num (a, b)'
-
-read014.hs:8:53: Warning: Defined but not used: `x'
+ +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 method or default declaration for `+' + In the instance declaration for `Num (a, b)' + +read014.hs:6:10: + Warning: No explicit method or default declaration for `*' + In the instance declaration for `Num (a, b)' + +read014.hs:6:10: + Warning: No explicit method or default declaration for `abs' + In the instance declaration for `Num (a, b)' + +read014.hs:6:10: + Warning: No explicit method or default declaration for `signum' + In the instance declaration for `Num (a, b)' + +read014.hs:6:10: + Warning: No explicit method or default declaration for `fromInteger' + In the instance declaration for `Num (a, b)' + +read014.hs:8:53: Warning: Defined but not used: `x' |