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.
-
persistent-test PersistentTestModels No documentation available.
type
MaybeOwnedPet = MaybeOwnedPetGeneric SqlBackendpersistent-test PersistentTestModels No documentation available.
data
MaybeOwnedPetGeneric backendpersistent-test PersistentTestModels No documentation available.
type
MaybeOwnedPetId = Key MaybeOwnedPetpersistent-test PersistentTestModels No documentation available.
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.
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.
-
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.
newtype
MaybeApply (f :: Type -> Type) arebase Rebase.Prelude Transform an Apply into an Applicative by adding a unit.
MaybeApply :: Either (f a) a -> MaybeApply (f :: Type -> Type) arebase Rebase.Prelude No documentation available.
newtype
MaybeT (m :: Type -> Type) arebase 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.