Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. type MaybeOwnedPetId = Key MaybeOwnedPet

    persistent-test PersistentTestModels

    No documentation available.

  2. type family MaybeIOE (sideEffects :: SideEffects) (es :: [Effect])

    effectful-core Effectful.Dispatch.Static

    Require the IOE effect for running statically dispatched effects whose operations perform side effects.

  3. type family MaybeIOE (sideEffects :: SideEffects) (es :: [Effect])

    effectful-core Effectful.Internal.Monad

    Require the IOE effect for running statically dispatched effects whose operations perform side effects.

  4. data Maybe' m

    generic-data Generic.Data.Internal.Traversable

    Isomorphic to Maybe m, but we need to micromanage the use of Monoid vs Semigroup to match exactly the output of stock deriving, for inspection testing.

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

    rebase Rebase.Prelude

    Transform an Apply into an Applicative by adding a unit.

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

    rebase Rebase.Prelude

    No documentation available.

  7. 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.

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

    rebase Rebase.Prelude

    No documentation available.

  9. 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.

  10. MaybeStore :: s -> MaybeStore s

    apecs Apecs.Components

    No documentation available.

Page 91 of many | Previous | Next