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