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.
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.
MaybeT :: m (Maybe a) -> MaybeT (m :: Type -> Type) arebase Rebase.Prelude No documentation available.
-
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.
MaybeStore :: s -> MaybeStore sapecs Apecs.Components No documentation available.