Hoogle Search

Within LTS Haskell 24.32 (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) => b -> f a -> f b

    grisette Grisette.Lib.Data.Functor

    <$ 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) => 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.Control.Applicative

    <$> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Unified.Lib.Control.Monad

    <$ with MergingStrategy knowledge propagation.

  6. (.<$!>) :: (MonadTryMerge m, Mergeable a, Mergeable b) => (a -> b) -> m a -> m b

    grisette Grisette.Unified.Lib.Control.Monad

    <$!> with MergingStrategy knowledge propagation. Merging is always strict so we can directly use .<$>.

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

    grisette Grisette.Unified.Lib.Data.Functor

    $> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Unified.Lib.Data.Functor

    <$ with MergingStrategy knowledge propagation.

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

    grisette Grisette.Unified.Lib.Data.Functor

    <$> with MergingStrategy knowledge propagation.

  10. (<<-$) :: h a b -> (h a b -> h a' b) -> h a' b

    histogram-fill Data.Histogram.Fill

    Apply function which modify builder

Page 74 of many | Previous | Next