Hoogle Search
Within Stackage Nightly 2026-01-10 (ghc-9.12.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
>>=? ) :: 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.
-
freer-par-monad Control.Monad.Freer.Par No documentation available.