diff options
Diffstat (limited to 'testsuite/tests/module/mod87.stderr')
-rw-r--r-- | testsuite/tests/module/mod87.stderr | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/tests/module/mod87.stderr b/testsuite/tests/module/mod87.stderr index dc6c5151ec..60adc95676 100644 --- a/testsuite/tests/module/mod87.stderr +++ b/testsuite/tests/module/mod87.stderr @@ -1,3 +1,5 @@ -
-mod87.hs:4:5: error:
- Data constructor not in scope: Left :: Char -> t
+ +mod87.hs:4:5: error: + Data constructor not in scope: Left :: Char -> t + Perhaps you want to add ‘Left’ to the import list in the import of + ‘Prelude’ (mod87.hs:3:1-22). |