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.
assumedUTF8ContentTypes :: Set ByteStringyesod-test Yesod.Test.Internal List of Content-Types that are assumed to be UTF-8 (e.g. JSON).
module Graphics.Rendering.OpenGL.GL.
ColorSum This module corresponds to section 3.9 (Color Sum) of the OpenGL 2.1 specs.
colorSum :: StateVar CapabilityOpenGL Graphics.Rendering.OpenGL.GL.ColorSum No documentation available.
msum :: (Foldable t, MonadPlus m) => t (m a) -> m aghc-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"
asum :: (Foldable t, Alternative f) => t (f a) -> f aghc-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"
msum :: (Foldable t, MonadPlus m) => t (m a) -> m aghc-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"
-
ghc-internal GHC.Internal.Data.Monoid No documentation available.
-
ghc-internal GHC.Internal.Data.Semigroup.Internal No documentation available.
CostCentresSummary :: DoCostCentresghc-internal GHC.Internal.RTS.Flags No documentation available.
defaultPowerSumArray :: (Index ix, Source r e, Num e) => Array r ix e -> Int -> emassiv Data.Massiv.Core.Operations No documentation available.