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

Hoogle Search

Within Stackage Nightly 2025-08-16 (ghc-9.12.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    functor-combinators Control.Monad.Freer.Church

    No documentation available.

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

    invertible Data.Invertible.Monad

    Crazy operator form of bind.

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

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

    No documentation available.

Page 8 of many | Previous | Next

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