summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/T10357.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-06-25 09:25:39 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-06-26 08:33:12 +0100
commitb98ff25f4c8cb4bf18b784c848fabaaa6e4b11b8 (patch)
tree057dce79c8f2c77689cc2ed375c89858b38a4b4d /testsuite/tests/ghc-api/annotations/T10357.stderr
parentfb7b6922573af76a954d939c85e6af7c39a19896 (diff)
downloadhaskell-b98ff25f4c8cb4bf18b784c848fabaaa6e4b11b8.tar.gz
Error message wibbles from out-of-scope changes
The patch "Treat out-of-scope variables as holes" makes lots of error messages change a bit. This patch has all the change.
Diffstat (limited to 'testsuite/tests/ghc-api/annotations/T10357.stderr')
-rw-r--r--testsuite/tests/ghc-api/annotations/T10357.stderr67
1 files changed, 37 insertions, 30 deletions
diff --git a/testsuite/tests/ghc-api/annotations/T10357.stderr b/testsuite/tests/ghc-api/annotations/T10357.stderr
index a418490766..b394ffa49b 100644
--- a/testsuite/tests/ghc-api/annotations/T10357.stderr
+++ b/testsuite/tests/ghc-api/annotations/T10357.stderr
@@ -1,30 +1,37 @@
-
-Test10357.hs:4:13: error: Not in scope: ‘one’
-
-Test10357.hs:4:19: error: Not in scope: ‘x’
-
-Test10357.hs:5:7: error: Not in scope: ‘multPoly’
-
-Test10357.hs:6:10: error: Not in scope: ‘poly’
-
-Test10357.hs:6:15: error:
- Not in scope: data constructor ‘LE’
- Perhaps you meant ‘LT’ (imported from Prelude)
-
-Test10357.hs:7:10: error: Not in scope: ‘addPoly’
-
-Test10357.hs:7:19: error: Not in scope: ‘poly’
-
-Test10357.hs:7:24: error:
- Not in scope: data constructor ‘LE’
- Perhaps you meant ‘LT’ (imported from Prelude)
-
-Test10357.hs:7:43: error: Not in scope: ‘multPoly’
-
-Test10357.hs:8:19: error: Not in scope: ‘poly’
-
-Test10357.hs:8:24: error:
- Not in scope: data constructor ‘LE’
- Perhaps you meant ‘LT’ (imported from Prelude)
-
-Test10357.hs:8:43: error: Not in scope: ‘multPoly’
+
+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