Module

Test.Abides.Control.MonadPlus

Package
purescript-abides
Repository
athanclark/purescript-abides

#distributive Source

distributive :: forall b a m. MonadPlus m => Eq (m b) => (a -> m b) -> m a -> m a -> Boolean