Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<$>^ ) :: (a -> b) -> f a -> Aps f bap-normalize ApNormalize.Aps f <$>^ u :: Aps f b is a delayed representation of f <$> u :: f b, so that it can be fused with other applicative operations. f <$>^ u is a shorthand for f <$> liftAps u.
(
<$>! ) :: BEncode a => (a -> b) -> BKey -> Get bbencoding Data.BEncode (
<$>? ) :: BEncode a => (Maybe a -> b) -> BKey -> Get bbencoding Data.BEncode -
semigroupoids Data.Bifunctor.Apply No documentation available.
-
bifunctors Data.Biapplicative No documentation available.
(
<<$>> ) :: (Functor f, Functor g) => (a -> b) -> f (g a) -> f (g b)relude Relude.Functor.Fmap Alias for fmap . fmap. Convenient to work with two nested Functors.
>>> negate <<$>> Just [1,2,3] Just [-1,-2,-3]
-
singletons-base Control.Applicative.Singletons No documentation available.
-
singletons-base Data.Functor.Singletons No documentation available.
-
singletons-base Prelude.Singletons No documentation available.
(
<<$>> ) :: (Functor f, Functor g) => (a -> b) -> f (g a) -> f (g b)protolude Protolude.Functor No documentation available.