Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ifM :: Monad m => m Bool -> m a -> m a -> m a

    Agda Agda.Utils.Monad

    Monadic if-then-else.

  2. ifM :: Monad m => m Bool -> m a -> m a -> m a

    cabal-debian Debian.Debianize.Monad

    No documentation available.

  3. ifM :: (ToBool bool, Monad m) => m bool -> m a -> m a -> m a

    cond Control.Conditional

    if' lifted to Monad. Unlike liftM3 if', this is short-circuiting in the monad, such that only the predicate action and one of the remaining argument actions are executed.

  4. ifM :: Monad m => m Bool -> m a -> m a -> m a

    distribution-opensuse OpenSuse.Prelude

    Like if, but where the test can be monadic.

  5. ifM :: Monad m => m Bool -> m a -> m a -> m a

    status-notifier-item StatusNotifier.Util

    No documentation available.

  6. ifM :: Monad m => m Bool -> m a -> m a -> m a

    verset Verset

    Like if, but where the test can be monadic.

  7. ifM :: Monad m => m Bool -> m a -> m a -> m a

    xmonad-contrib XMonad.Config.Prime

    If-then-else lifted to a Monad.

  8. ifM :: Monad m => m Bool -> m a -> m a -> m a

    yjtools Control.Monad.Tools

    No documentation available.

  9. type IfM lcl = TcRnIf IfGblEnv lcl

    ghc GHC.Tc.Types

    No documentation available.

  10. type family IfM (b :: Maybe t) (c :: k) (d :: k) :: k

    generic-random Generic.Random.Internal.BaseCase

    No documentation available.

Page 2 of many | Previous | Next