diff options
Diffstat (limited to 'testsuite/tests/ghc-api/annotations/T10357.stderr')
-rw-r--r-- | testsuite/tests/ghc-api/annotations/T10357.stderr | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/testsuite/tests/ghc-api/annotations/T10357.stderr b/testsuite/tests/ghc-api/annotations/T10357.stderr index b394ffa49b..09f29ddfb8 100644 --- a/testsuite/tests/ghc-api/annotations/T10357.stderr +++ b/testsuite/tests/ghc-api/annotations/T10357.stderr @@ -1,37 +1,37 @@ -
-Test10357.hs:4:13: error: Variable not in scope: one
-
-Test10357.hs:4:19: error: Variable not in scope: x
-
-Test10357.hs:5:7: error:
- Variable not in scope: multPoly :: t3 -> t4 -> t
-
-Test10357.hs:6:10: error:
- Variable not in scope: poly :: t0 -> [Double] -> t3
-
-Test10357.hs:6:15: error:
- Data constructor not in scope: LE
- Perhaps you meant ‘LT’ (imported from Prelude)
-
-Test10357.hs:7:10: error:
- Variable not in scope: addPoly :: t5 -> t6 -> t4
-
-Test10357.hs:7:19: error:
- Variable not in scope: poly :: t1 -> [Double] -> t7
-
-Test10357.hs:7:24: error:
- Data constructor not in scope: LE
- Perhaps you meant ‘LT’ (imported from Prelude)
-
-Test10357.hs:7:43: error:
- Variable not in scope: multPoly :: t7 -> t -> t5
-
-Test10357.hs:8:19: error:
- Variable not in scope: poly :: t2 -> [Double] -> t8
-
-Test10357.hs:8:24: error:
- Data constructor not in scope: LE
- Perhaps you meant ‘LT’ (imported from Prelude)
-
-Test10357.hs:8:43: error:
- Variable not in scope: multPoly :: t8 -> t -> t6
+ +Test10357.hs:4:13: error: Variable not in scope: one + +Test10357.hs:4:19: error: Variable not in scope: x + +Test10357.hs:5:7: error: + Variable not in scope: multPoly :: t0 -> t1 -> t + +Test10357.hs:6:10: error: + Variable not in scope: poly :: t2 -> [Double] -> t0 + +Test10357.hs:6:15: error: + Data constructor not in scope: LE + Perhaps you meant ‘LT’ (imported from Prelude) + +Test10357.hs:7:10: error: + Variable not in scope: addPoly :: t3 -> t4 -> t1 + +Test10357.hs:7:19: error: + Variable not in scope: poly :: t6 -> [Double] -> t5 + +Test10357.hs:7:24: error: + Data constructor not in scope: LE + Perhaps you meant ‘LT’ (imported from Prelude) + +Test10357.hs:7:43: error: + Variable not in scope: multPoly :: t5 -> t -> t3 + +Test10357.hs:8:19: error: + Variable not in scope: poly :: t8 -> [Double] -> t7 + +Test10357.hs:8:24: error: + Data constructor not in scope: LE + Perhaps you meant ‘LT’ (imported from Prelude) + +Test10357.hs:8:43: error: + Variable not in scope: multPoly :: t7 -> t -> t4 |