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

Hoogle Search

Within Stackage Nightly 2026-01-12 (ghc-9.12.3)

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. (:>>=) :: h (H h) i o x -> Q (H h i o) x a -> H (h :: (Type -> Type -> Type -> Type) -> Type -> Type -> Type -> Type) i o a

    higher-order-freer-monad Control.Monad.HigherFreer

    No documentation available.

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

    invertible Data.Invertible.Monad

    Crazy operator form of bind.

  5. (.>>=) :: 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