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

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.

  1. (>>>=) :: forall (sq :: (Type -> Type -> Type) -> Type -> Type -> Type) (f :: (Type -> Type) -> Type -> Type -> Type) t a s b . (Sequence sq, Funable f) => t a -> (a -> Freer s sq f t b) -> Freer s sq f t b

    freer-par-monad Control.Monad.Freer.Par

    No documentation available.

  2. (:>>=) :: f x -> (x -> g a) -> Comp (f :: Type -> Type) (g :: k -> Type) (a :: k)

    functor-combinators Control.Monad.Freer.Church

    No documentation available.

  3. (.>>=) :: (MonadTryMerge u, Mergeable a, Mergeable b) => u a -> (a -> u b) -> u b

    grisette Grisette.Lib.Control.Monad

    >>= with MergingStrategy knowledge propagation.

  4. (.>>=) :: (MonadTryMerge u, Mergeable a, Mergeable b) => u a -> (a -> u b) -> u b

    grisette Grisette.Unified.Lib.Control.Monad

    >>= with MergingStrategy knowledge propagation.

  5. (=<<->>=) :: Monad m => (a -> m b) -> (b -> m a) -> m a <-> m b

    invertible Data.Invertible.Monad

    Crazy operator form of bind.

  6. (.>>=) :: Expr -> Expr -> Expr

    language-c99-simple Language.C99.Simple.Expr

    No documentation available.

Page 9 of many | Previous | Next

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