• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within Stackage Nightly 2025-08-15 (ghc-9.12.2)

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

  1. type family (a6989586621679271682 :: m a) >>=@#@$$$ (a6989586621679271683 :: a ~> m b) :: m b

    singletons-base Prelude.Singletons

    No documentation available.

  2. (>>=!) :: (MonadInteract m Action Event, YiAction a x, Show x) => m b -> (b -> a) -> m ()

    yi-core Yi.Keymap.Keys

    p >>=! act = p >>= 'write' . act
    

  3. (>>=%) :: Monad (Flip t c) => t a c -> (a -> t b c) -> t b c

    type-flip Data.Type.Flip

    No documentation available.

  4. (>>=/) :: Monad m => m a -> (a -> m b) -> m a

    status-notifier-item StatusNotifier.Util

    No documentation available.

  5. (>>=>>!) :: Monad m => m Bool -> m () -> m ()

    IfElse Control.Monad.IfElse

    unless the (monadic) left side is true, perform the right action

  6. (>>=>>=?) :: Monad m => m (Maybe a) -> (a -> m ()) -> m ()

    IfElse Control.Monad.IfElse

    composition of >>= and >>=?

  7. (>>=>>?) :: Monad m => m Bool -> m () -> m ()

    IfElse Control.Monad.IfElse

    composition of >>= and >>?

  8. (>>=?) :: Monad m => Maybe a -> (a -> m ()) -> m ()

    IfElse Control.Monad.IfElse

    Bind the result of the last expression in an anaphoric when.

  9. (>>==) :: Monad m => m b -> (a -> b -> m c) -> a -> m c

    composition-extra Control.Monad.Syntax

    No documentation available.

  10. (>>===) :: Monad m => m c -> (a -> b -> c -> m d) -> a -> b -> m d

    composition-extra Control.Monad.Syntax

    No documentation available.

Page 6 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete