Hoogle Search

Within LTS Haskell 24.20 (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. (.>=) :: forall (mode :: EvalModeTag) a . (DecideEvalMode mode, UnifiedSymOrd mode a) => a -> a -> GetBool mode

    grisette Grisette.Internal.Unified.Class.UnifiedSymOrd

    Unified (.>=).

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

    grisette Grisette.Lib.Control.Applicative

    *> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Applicative

    <$ with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Applicative

    <$> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Applicative

    <* with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Applicative

    <**> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Applicative

    <*> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Applicative

    <|> with MergingStrategy knowledge propagation.

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

    grisette Grisette.Lib.Control.Monad

    <$ with MergingStrategy knowledge propagation.

Page 63 of many | Previous | Next