Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<$$> ) :: StaticPtr (a -> b) -> Trusted a -> Trusted bhackage-security Hackage.Security.Trusted Apply a static function to a trusted argument
(
|$| ) :: (ProductIsoFunctor f, ProductConstructor (a -> b)) => (a -> b) -> f a -> f bproduct-isomorphic Data.Functor.ProductIsomorphic.Class No documentation available.
(
<$%> ) :: Functor (Flip t c) => (a -> b) -> t a c -> t b ctype-flip Data.Type.Flip No documentation available.
type (f :: Type -> Type)
:$: (ts :: Set Type) = 'SetApp f Map f tstype-set Data.Type.SetApp No documentation available.
-
wl-pprint-text Text.PrettyPrint.Leijen.Text The document (x <$$> y) concatenates document x and y with a linebreak in between. (infixr 5)
-
wl-pprint-text Text.PrettyPrint.Leijen.Text The document (x <$> y) concatenates document x and y with a line in between. (infixr 5)
(
<$$> ) :: Applicative m => m Doc -> m Doc -> m Docwl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic The document (x <$$> y) concatenates document x and y with a linebreak in between. (infixr 5)
(
<$> ) :: Applicative m => m Doc -> m Doc -> m Docwl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic The document (x <$> y) concatenates document x and y with a line in between. (infixr 5)
(
<$ ) :: (Contiguous arr1, Contiguous arr2, Element arr1 b, Element arr2 a) => a -> arr1 b -> arr2 acontiguous Data.Primitive.Contiguous Replace all locations in the input with the same value. Equivalent to Data.Functor.<$.
(
>$< ) :: Contravariant f => (a -> b) -> f b -> f adhall Dhall.Marshal.Encode This is an infix alias for contramap.