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. tambaraSum :: forall (p :: Type -> Type -> Type) (q :: Type -> Type -> Type) . Choice p => (p :-> q) -> p :-> TambaraSum q

    profunctors Data.Profunctor.Choice

    tambaraSum . untambaraSumid
    untambaraSum . tambaraSumid
    

  2. uncotambaraSum :: forall (q :: Type -> Type -> Type) (p :: Type -> Type -> Type) . Profunctor q => (p :-> CotambaraSum q) -> p :-> q

    profunctors Data.Profunctor.Choice

    cotambaraSum . uncotambaraSumid
    uncotambaraSum . cotambaraSumid
    

  3. untambaraSum :: forall (q :: Type -> Type -> Type) (p :: Type -> Type -> Type) . Profunctor q => (p :-> TambaraSum q) -> p :-> q

    profunctors Data.Profunctor.Choice

    tambaraSum . untambaraSumid
    untambaraSum . tambaraSumid
    

  4. Consumed :: Consumption

    megaparsec Text.Megaparsec.Internal

    Some part of input stream was consumed

  5. data Consumption

    megaparsec Text.Megaparsec.Internal

    Whether the input has been consumed or not. See also: Result, Reply.

  6. NotConsumed :: Consumption

    megaparsec Text.Megaparsec.Internal

    No input was consumed

  7. psum :: (Foldable t, Plus f) => t (f a) -> f a

    semigroupoids Data.Functor.Plus

    The sum of a collection of actions, generalizing concat.

    >>> psum [Just "Hello", Nothing, Just "World"]
    Just "Hello"
    

  8. asum1 :: (Foldable1 t, Alt m) => t (m a) -> m a

    semigroupoids Data.Semigroup.Foldable

    No documentation available.

  9. getSum :: Sum a -> a

    base-compat Data.Monoid.Compat

    No documentation available.

  10. getSum :: Sum a -> a

    base-compat Data.Semigroup.Compat

    No documentation available.

Page 85 of many | Previous | Next