summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci023.stdout
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-04-07 14:54:56 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-04-07 15:10:25 +0100
commitc897613bbf6336d00c9b5433268cb5813308bee9 (patch)
tree25af8bc9a0cdc2858f7aa6b2a75c7b02651ebc9f /testsuite/tests/ghci/scripts/ghci023.stdout
parent547c597112954353cef7157cb0a389bc4f6303eb (diff)
downloadhaskell-c897613bbf6336d00c9b5433268cb5813308bee9.tar.gz
Error msg wibbles from reduced module prefixes
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci023.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/ghci023.stdout32
1 files changed, 16 insertions, 16 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci023.stdout b/testsuite/tests/ghci/scripts/ghci023.stdout
index 51c1b9196a..010fe50878 100644
--- a/testsuite/tests/ghci/scripts/ghci023.stdout
+++ b/testsuite/tests/ghci/scripts/ghci023.stdout
@@ -1,16 +1,16 @@
--- testing ghci multiline commands :{ .. :}
--- via stdin
-(1,2,3)
-Data.Maybe.catMaybes :: [Maybe a] -> [a]
-Data.Maybe.fromJust :: Maybe a -> a
-Data.Maybe.fromMaybe :: a -> Maybe a -> a
-Data.Maybe.isJust :: Maybe a -> Bool
-Data.Maybe.isNothing :: Maybe a -> Bool
-Data.Maybe.listToMaybe :: [a] -> Maybe a
-Data.Maybe.mapMaybe :: (a -> Maybe b) -> [a] -> [b]
-maybe :: b -> (a -> b) -> Maybe a -> b
-Data.Maybe.maybeToList :: Maybe a -> [a]
-data Maybe a = Nothing | Just a
--- via readFile
-(True,False)
-id :: a -> a
+-- testing ghci multiline commands :{ .. :}
+-- via stdin
+(1,2,3)
+catMaybes :: [Maybe a] -> [a]
+fromJust :: Maybe a -> a
+fromMaybe :: a -> Maybe a -> a
+isJust :: Maybe a -> Bool
+isNothing :: Maybe a -> Bool
+listToMaybe :: [a] -> Maybe a
+mapMaybe :: (a -> Maybe b) -> [a] -> [b]
+maybe :: b -> (a -> b) -> Maybe a -> b
+maybeToList :: Maybe a -> [a]
+data Maybe a = Nothing | Just a
+-- via readFile
+(True,False)
+id :: a -> a