Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. maybeToDefinite :: (Monoid a, Functor m) => m (Maybe a) -> m a

    xmonad-contrib XMonad.Hooks.ManageHelpers

    converts MaybeManageHooks to ManageHooks

  2. data MaybeS a

    containers Data.Map.Internal

    No documentation available.

  3. class MaybeForce a

    containers Data.Sequence.Internal

    No documentation available.

  4. newtype MaybeT (m :: Type -> Type) a

    transformers Control.Monad.Trans.Maybe

    The parameterizable maybe monad, obtained by composing an arbitrary monad with the Maybe monad. Computations are actions that may produce a value or exit. The return function yields a computation that produces that value, while >>= sequences two subcomputations, exiting if either computation does.

  5. MaybeT :: m (Maybe a) -> MaybeT (m :: Type -> Type) a

    transformers Control.Monad.Trans.Maybe

    No documentation available.

  6. newtype MaybeApply (f :: Type -> Type) a

    semigroupoids Data.Functor.Apply

    Transform an Apply into an Applicative by adding a unit.

  7. MaybeApply :: Either (f a) a -> MaybeApply (f :: Type -> Type) a

    semigroupoids Data.Functor.Apply

    No documentation available.

  8. newtype MaybeApply (f :: Type -> Type) a

    semigroupoids Data.Functor.Bind

    Transform an Apply into an Applicative by adding a unit.

  9. MaybeApply :: Either (f a) a -> MaybeApply (f :: Type -> Type) a

    semigroupoids Data.Functor.Bind

    No documentation available.

  10. newtype MaybeApply (f :: Type -> Type) a

    semigroupoids Data.Functor.Bind.Class

    Transform an Apply into an Applicative by adding a unit.

Page 84 of many | Previous | Next