Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. (.>=) :: forall (mode :: EvalModeTag) a . (DecideEvalMode mode, UnifiedSymOrd mode a) => a -> a -> GetBool mode

    grisette Grisette.Internal.Unified.Class.UnifiedSymOrd

    Unified (.>=).

  2. (.*>) :: (Applicative f, TryMerge f, Mergeable a, Mergeable b) => f a -> f b -> f b

    grisette Grisette.Lib.Control.Applicative

    *> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Applicative

    <$ with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Applicative

    <$> with MergingStrategy knowledge propagation.

  5. (.<*) :: (Applicative f, TryMerge f, Mergeable a, Mergeable b) => f a -> f b -> f a

    grisette Grisette.Lib.Control.Applicative

    <* with MergingStrategy knowledge propagation.

  6. (.<**>) :: (Applicative f, TryMerge f, Mergeable a, Mergeable b) => f a -> f (a -> b) -> f b

    grisette Grisette.Lib.Control.Applicative

    <**> with MergingStrategy knowledge propagation.

  7. (.<*>) :: (Applicative f, TryMerge f, Mergeable a, Mergeable b) => f (a -> b) -> f a -> f b

    grisette Grisette.Lib.Control.Applicative

    <*> with MergingStrategy knowledge propagation.

  8. (.<|>) :: (Alternative f, TryMerge f, Mergeable a) => f a -> f a -> f a

    grisette Grisette.Lib.Control.Applicative

    <|> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Monad

    <$ with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Monad

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

Page 63 of many | Previous | Next