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.

  1. (<$$>) :: StaticPtr (a -> b) -> Trusted a -> Trusted b

    hackage-security Hackage.Security.Trusted

    Apply a static function to a trusted argument

  2. (|$|) :: (ProductIsoFunctor f, ProductConstructor (a -> b)) => (a -> b) -> f a -> f b

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    No documentation available.

  3. (<$%>) :: Functor (Flip t c) => (a -> b) -> t a c -> t b c

    type-flip Data.Type.Flip

    No documentation available.

  4. type (f :: Type -> Type) :$: (ts :: Set Type) = 'SetApp f Map f ts

    type-set Data.Type.SetApp

    No documentation available.

  5. (<$$>) :: Doc -> Doc -> Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text

    The document (x <$$> y) concatenates document x and y with a linebreak in between. (infixr 5)

  6. (<$>) :: Doc -> Doc -> Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text

    The document (x <$> y) concatenates document x and y with a line in between. (infixr 5)

  7. (<$$>) :: Applicative m => m Doc -> m Doc -> m Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic

    The document (x <$$> y) concatenates document x and y with a linebreak in between. (infixr 5)

  8. (<$>) :: Applicative m => m Doc -> m Doc -> m Doc

    wl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic

    The document (x <$> y) concatenates document x and y with a line in between. (infixr 5)

  9. (<$) :: (Contiguous arr1, Contiguous arr2, Element arr1 b, Element arr2 a) => a -> arr1 b -> arr2 a

    contiguous Data.Primitive.Contiguous

    Replace all locations in the input with the same value. Equivalent to Data.Functor.<$.

  10. (>$<) :: Contravariant f => (a -> b) -> f b -> f a

    dhall Dhall.Marshal.Encode

    This is an infix alias for contramap.

Page 60 of many | Previous | Next