summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci027.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci027.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/ghci027.stdout6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci027.stdout b/testsuite/tests/ghci/scripts/ghci027.stdout
new file mode 100644
index 0000000000..2f627b46ec
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/ghci027.stdout
@@ -0,0 +1,6 @@
+class GHC.Base.Monad m => Control.Monad.MonadPlus m where
+ ...
+ mplus :: m a -> m a -> m a
+class GHC.Base.Monad m => Control.Monad.MonadPlus m where
+ ...
+ Control.Monad.mplus :: m a -> m a -> m a