diff options
Diffstat (limited to 'testsuite/tests/module/mod88.stderr')
-rw-r--r-- | testsuite/tests/module/mod88.stderr | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod88.stderr b/testsuite/tests/module/mod88.stderr index f145350c4e..aa2627c861 100644 --- a/testsuite/tests/module/mod88.stderr +++ b/testsuite/tests/module/mod88.stderr @@ -1,5 +1,6 @@ mod88.hs:5:5: error: Not in scope: data constructor ‘Prelude.Left’ - Perhaps you want to add ‘Left’ to the import list in the import of - ‘Prelude’ (mod88.hs:4:1-30). + Suggested fix: + Perhaps you want to add ‘Left’ to the import list in the import of + ‘Prelude’ (mod88.hs:4:1-30). |