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

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.

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

    grisette Grisette.Lib.Control.Applicative

    <$> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Data.Functor

    <$> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Unified.Lib.Control.Applicative

    <$> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Unified.Lib.Data.Functor

    <$> with MergingStrategy knowledge propagation.

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

    status-notifier-item StatusNotifier.Util

    No documentation available.

  6. 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.

  7. (<<$>>) :: (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