Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
>>=>>=? ) :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()IfElse Control.Monad.IfElse composition of >>= and >>=?
(
>>=>>? ) :: Monad m => m Bool -> m () -> m ()IfElse Control.Monad.IfElse composition of >>= and >>?