Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    rebase Rebase.Prelude

    No documentation available.

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

    rebase Rebase.Prelude

    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.

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

    rebase Rebase.Prelude

    No documentation available.

  4. newtype MaybeStore s

    apecs Apecs.Components

    Pseudostore used to produce values of type Maybe a. Will always return True for explExists. Writing can both set and delete a component using Just and Nothing respectively.

  5. MaybeStore :: s -> MaybeStore s

    apecs Apecs.Components

    No documentation available.

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

    automaton Data.Automaton.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.

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

    automaton Data.Automaton.Trans.Maybe

    No documentation available.

  8. type family MaybeToList (a :: Maybe Type) :: [Type]

    hvect Data.HVect

    No documentation available.

  9. MaybePartiallyTrimmed :: FinalException

    mmsyn7ukr-common Sound.Control.Exception.FinalException

    No documentation available.

  10. MaybeColumn :: ColumnType -> ColumnType

    cql Database.CQL.Protocol

    No documentation available.

Page 21 of many | Previous | Next