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. assumedUTF8ContentTypes :: Set ByteString

    yesod-test Yesod.Test.Internal

    List of Content-Types that are assumed to be UTF-8 (e.g. JSON).

  2. module Graphics.Rendering.OpenGL.GL.ColorSum

    This module corresponds to section 3.9 (Color Sum) of the OpenGL 2.1 specs.

  3. colorSum :: StateVar Capability

    OpenGL Graphics.Rendering.OpenGL.GL.ColorSum

    No documentation available.

  4. msum :: (Foldable t, MonadPlus m) => t (m a) -> m a

    ghc-internal GHC.Internal.Control.Monad

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

    Examples

    Basic usage, using the MonadPlus instance for Maybe:
    >>> msum [Just "Hello", Nothing, Just "World"]
    Just "Hello"
    

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

    ghc-internal GHC.Internal.Data.Foldable

    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"
    

  6. msum :: (Foldable t, MonadPlus m) => t (m a) -> m a

    ghc-internal GHC.Internal.Data.Foldable

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

    Examples

    Basic usage, using the MonadPlus instance for Maybe:
    >>> msum [Just "Hello", Nothing, Just "World"]
    Just "Hello"
    

  7. getSum :: Sum a -> a

    ghc-internal GHC.Internal.Data.Monoid

    No documentation available.

  8. getSum :: Sum a -> a

    ghc-internal GHC.Internal.Data.Semigroup.Internal

    No documentation available.

  9. CostCentresSummary :: DoCostCentres

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  10. defaultPowerSumArray :: (Index ix, Source r e, Num e) => Array r ix e -> Int -> e

    massiv Data.Massiv.Core.Operations

    No documentation available.

Page 124 of many | Previous | Next