Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    base 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"
    

  2. getSum :: Sum a -> a

    base Data.Monoid

    No documentation available.

  3. getSum :: Sum a -> a

    base Data.Semigroup

    No documentation available.

  4. CostCentresSummary :: DoCostCentres

    base GHC.RTS.Flags

    No documentation available.

  5. timeZoneSummerOnly :: TimeZone -> Bool

    time Data.Time.LocalTime

    Is this time zone just persisting for the summer?

  6. DeepSubsumption :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  7. UnboxedSumE :: Exp -> SumAlt -> SumArity -> Exp

    template-haskell Language.Haskell.TH

    { (#|e|#) }
    

  8. UnboxedSumP :: Pat -> SumAlt -> SumArity -> Pat

    template-haskell Language.Haskell.TH

    { (#|p|#) }
    

  9. UnboxedSumT :: SumArity -> Type

    template-haskell Language.Haskell.TH

    (#|#), (#||#), etc.

  10. UnboxedSums :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

Page 78 of many | Previous | Next