Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unwrapApplicative :: WrappedApplicative (f :: Type -> Type) a -> f arebase Rebase.Prelude No documentation available.
liftApplicative :: Applicative f => (f a -> f b) -> f (T a) -> f (T b)synthesizer-core Synthesizer.Frame.Stereo No documentation available.
scaleAndAccumulateApplicative :: (C a v, Applicative f) => (a, f v) -> (f v, f v -> f v)synthesizer-core Synthesizer.Interpolation.Class No documentation available.
scaleAndAccumulateModuleApplicative :: (C a v, Applicative f) => (a, f v) -> (f v, f v -> f v)synthesizer-core Synthesizer.Interpolation.Class No documentation available.
scaleAndAccumulateRingApplicative :: (C a, Applicative f) => (a, f a) -> (f a, f a -> f a)synthesizer-core Synthesizer.Interpolation.Class No documentation available.
-
barbies Barbies.Internal CanDeriveApplicativeB B f g is in practice a predicate about B only. Intuitively, it says that the following holds, for any arbitrary f:
- There is an instance of Generic (B f).
- B has only one constructor (that is, it is not a sum-type).
- Every field of B f is either a monoid, or of the form f a, for some type a.
-
barbies Barbies.Internal CanDeriveApplicativeT T f g x is in practice a predicate about T only. Intuitively, it says that the following holds, for any arbitrary f:
- There is an instance of Generic (T f).
- T has only one constructor (that is, it is not a sum-type).
- Every field of T f x is either a monoid, or of the form f a, for some type a.
-
barbies Barbies.Internal No documentation available.
WrapApplicativeOnly :: f a -> WrappedApplicativeOnly (f :: k -> Type) (a :: k)functor-combinators Data.Functor.Invariant.Inplicative No documentation available.
newtype
WrappedApplicativeOnly (f :: k -> Type) (a :: k)functor-combinators Data.Functor.Invariant.Inplicative Wrap an Applicative that is not necessarily an Apply.