summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/scripts/ghci027.stdout
blob: 2f627b46ec278f6e73d8a4c5e015f620aeeb84c3 (plain)
1
2
3
4
5
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