Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype
MaybeApply (f :: Type -> Type) asemigroupoids Data.Functor.Apply Transform an Apply into an Applicative by adding a unit.
MaybeApply :: Either (f a) a -> MaybeApply (f :: Type -> Type) asemigroupoids Data.Functor.Apply No documentation available.
newtype
MaybeApply (f :: Type -> Type) asemigroupoids Data.Functor.Bind Transform an Apply into an Applicative by adding a unit.
MaybeApply :: Either (f a) a -> MaybeApply (f :: Type -> Type) asemigroupoids Data.Functor.Bind No documentation available.
newtype
MaybeApply (f :: Type -> Type) asemigroupoids Data.Functor.Bind.Class Transform an Apply into an Applicative by adding a unit.
MaybeApply :: Either (f a) a -> MaybeApply (f :: Type -> Type) asemigroupoids Data.Functor.Bind.Class No documentation available.
data
MaybeO (ex :: Extensibility) tghc GHC.Cmm.Dataflow.Block Maybe type indexed by open/closed
MaybeApart :: MaybeApartReason -> a -> UnifyResultM aghc GHC.Core.Unify No documentation available.
-
ghc GHC.Core.Unify Why are two types MaybeApart? MARInfinite takes precedence: This is used (only) in Note [Infinitary substitution in lookup] in GHC.Core.InstEnv As of Feb 2022, we never differentiate between MARTypeFamily and MARTypeVsConstraint; it's really only MARInfinite that's interesting here.
-
ghc GHC.Data.Maybe No documentation available.