Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. MaybeOwnedPet :: !Maybe (Key (PersonGeneric backend)) -> Text -> PetType -> MaybeOwnedPetGeneric backend

    persistent-test PersistentTestModels

    No documentation available.

  2. type MaybeOwnedPet = MaybeOwnedPetGeneric SqlBackend

    persistent-test PersistentTestModels

    No documentation available.

  3. data MaybeOwnedPetGeneric backend

    persistent-test PersistentTestModels

    No documentation available.

  4. type MaybeOwnedPetId = Key MaybeOwnedPet

    persistent-test PersistentTestModels

    No documentation available.

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

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

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

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

    rebase Rebase.Prelude

    Transform an Apply into an Applicative by adding a unit.

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

    rebase Rebase.Prelude

    No documentation available.

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

Page 20 of many | Previous | Next