Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<$>! ) :: 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.
(
:<$>: ) :: (b -> a) -> f b -> Post a (f :: Type -> Type) bfunctor-combinators Data.HFunctor.Route No documentation available.