Hoogle Search
Within Stackage Nightly 2026-07-01 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
>>>= ) :: (Bound t, Monad f) => t f a -> (a -> f c) -> t f cbound Bound.Class Perform substitution If t is an instance of MonadTrans and you are compiling on GHC >= 7.4, then this gets the default definition:
m >>>= f = m >>= lift . f
pattern (
:>>= ) :: forall t s sq f a x . () => t x -> Fun s sq f t x a -> Freer s sq f t afreer-par-monad Control.Monad.Freer.Par No documentation available.
-
freer-par-monad Control.Monad.Freer.Par No documentation available.
(
:>>= ) :: f x -> (x -> g a) -> Comp (f :: Type -> Type) (g :: k -> Type) (a :: k)functor-combinators Control.Monad.Freer.Church No documentation available.
-
higher-order-freer-monad Control.Monad.HigherFreer No documentation available.
(
=<<->>= ) :: Monad m => (a -> m b) -> (b -> m a) -> m a <-> m binvertible Data.Invertible.Monad Crazy operator form of bind.
(
.>>= ) :: Expr -> Expr -> Exprlanguage-c99-simple Language.C99.Simple.Expr No documentation available.