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. modSum :: forall (m :: Type -> Type) a . (Monad m, Data a, Integral a) => a -> Cell m a a

    essence-of-live-coding-pulse LiveCoding.Pulse

    No documentation available.

  2. wrapSum :: forall (m :: Type -> Type) a . (Monad m, Data a, RealFloat a) => Cell m a a

    essence-of-live-coding-pulse LiveCoding.Pulse

    Returns the sum of all incoming values, and wraps it between -1 and 1. This is to prevent floating number imprecision when the sum gets too large.

  3. posSumC :: forall (m :: Type -> Type) a . (Monad m, Num a, Data a) => Cell m a a

    essence-of-live-coding-quickcheck LiveCoding.QuickCheck

    No documentation available.

  4. asum :: (Foldable t, Alternative f) => t (f a) -> f a

    frisby Text.Parsers.Frisby

    The sum of a collection of actions using (<|>), generalizing concat. asum is just like msum, but generalised to Alternative.

    Examples

    Basic usage:
    >>> asum [Just "Hello", Nothing, Just "World"]
    Just "Hello"
    

  5. eNoSum :: String

    generic-data-functions Generic.Data.Function.Common.Error

    No documentation available.

  6. class GContraNonSum (tag :: k) (gf :: k1 -> Type)

    generic-data-functions Generic.Data.Function.Contra

    No documentation available.

  7. class GContraSum (tag :: k) (gf :: k1 -> Type)

    generic-data-functions Generic.Data.Function.Contra

    No documentation available.

  8. module Generic.Data.Function.Contra.NonSum

    No documentation available.

  9. class GContraNonSum (tag :: k) (gf :: k1 -> Type)

    generic-data-functions Generic.Data.Function.Contra.NonSum

    No documentation available.

  10. class GContraNonSumD (tag :: k) (gf :: k1 -> Type)

    generic-data-functions Generic.Data.Function.Contra.NonSum

    No documentation available.

Page 237 of many | Previous | Next