Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
>>====== ) :: Monad m => m f -> (a -> b -> c -> d -> e -> f -> m g) -> a -> b -> c -> d -> e -> m gcomposition-extra Control.Monad.Syntax No documentation available.
(
>>=? ) :: Fractional prob => T prob a -> (a -> Bool) -> T prob aprobability Numeric.Probability.Distribution filter in infix form. Can be considered an additional monadic combinator, which can be used where you would want guard otherwise.
-
singletons-base Control.Monad.Singletons No documentation available.
-
singletons-base Prelude.Singletons No documentation available.
-
operational Control.Monad.Operational No documentation available.
-
essence-of-live-coding LiveCoding.Exceptions No documentation available.
-
essence-of-live-coding LiveCoding.Exceptions No documentation available.
(
>>>= ) :: (Bound t, Monad f) => t f a -> (a -> f c) -> t f cbound Bound 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
(
>>>= ) :: (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.