• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. (:<$>:) :: (b -> a) -> f b -> Post a (f :: Type -> Type) b

    functor-combinators Data.HFunctor.Route

    No documentation available.

  2. (.<$>) :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => (a -> b) -> f a -> f b

    grisette Grisette.Lib.Control.Applicative

    <$> with MergingStrategy knowledge propagation.

  3. (.<$>) :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => (a -> b) -> f a -> f b

    grisette Grisette.Lib.Data.Functor

    <$> with MergingStrategy knowledge propagation.

  4. (.<$>) :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => (a -> b) -> f a -> f b

    grisette Grisette.Unified.Lib.Control.Applicative

    <$> with MergingStrategy knowledge propagation.

  5. (.<$>) :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => (a -> b) -> f a -> f b

    grisette Grisette.Unified.Lib.Data.Functor

    <$> with MergingStrategy knowledge propagation.

  6. (<<$>>) :: (a -> IO b) -> Maybe a -> IO (Maybe b)

    status-notifier-item StatusNotifier.Util

    No documentation available.

  7. type family (f :: r ~> r') :<$>: (p :: PParser s r) :: PParser s r'

    symparsec Symparsec.Parser.Apply

    Apply the given type function to the result. Effectively fmap for parsers.

  8. (<<$>>) :: (Functor f, Functor g) => (a -> b) -> f (g a) -> f (g b)

    verset Verset

    No documentation available.

Page 11 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete