summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci027.stdout
blob: 33b138d2da11c3842478d8c9ebd136ee3f8bc4e2 (plain)
1
2
3
4
5
6
class (Alternative m, Monad m) => MonadPlus (m :: * -> *) where
  ...
  mplus :: m a -> m a -> m a
class (Alternative m, Monad m) => MonadPlus (m :: * -> *) where
  ...
  mplus :: m a -> m a -> m a