diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci036.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci036.stderr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci036.stderr b/testsuite/tests/ghci/scripts/ghci036.stderr new file mode 100644 index 0000000000..2470e3402b --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci036.stderr @@ -0,0 +1,22 @@ + +<interactive>:1:1: Not in scope: `nubBy' + +<interactive>:1:1: Not in scope: `nub' + +<interactive>:1:1: Not in scope: `nubBy' + +<interactive>:1:1: Not in scope: `nub' + +<interactive>:1:1: + Not in scope: `nub' + Perhaps you meant `L.nub' (imported from Data.List) + +<interactive>:1:1: + Failed to load interface for `L' + Use -v to see a list of the files searched for. + +<interactive>:1:1: + Failed to load interface for `L' + Use -v to see a list of the files searched for. + +<interactive>:1:1: Not in scope: `nub' |