Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    grisette Grisette.Lib.Data.Functor

    $> with MergingStrategy knowledge propagation.

  2. (.<$) :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => 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.Lib.Data.Functor

    <$> with MergingStrategy knowledge propagation.

  4. (.<$) :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => 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.Control.Applicative

    <$> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Unified.Lib.Control.Monad

    <$ with MergingStrategy knowledge propagation.

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

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

    grisette Grisette.Unified.Lib.Data.Functor

    $> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Unified.Lib.Data.Functor

    <$ with MergingStrategy knowledge propagation.

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

    grisette Grisette.Unified.Lib.Data.Functor

    <$> with MergingStrategy knowledge propagation.

Page 74 of many | Previous | Next