Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. assumedStateRef :: Output -> IORef AssumedState

    vty Graphics.Vty.Output

    No documentation available.

  2. initialAssumedState :: AssumedState

    vty Graphics.Vty.Output

    No documentation available.

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

    base-compat-batteries Control.Monad.Compat

    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"
    

  4. getSum :: Sum a -> a

    base-compat-batteries Data.Monoid.Compat

    No documentation available.

  5. getSum :: Sum a -> a

    base-compat-batteries Data.Semigroup.Compat

    No documentation available.

  6. class GBCSSumCompare (f :: k -> Type) (g :: k -> Type) (z :: k1) (e :: k2) (o :: k3)

    generic-random Generic.Random.Internal.BaseCase

    No documentation available.

  7. gbcsSum :: forall prox proxy (p :: k) . GBCSSum f g z e yf yg => prox '(yf, yg) -> proxy '(z, e) -> IfM yf Weighted (Proxy :: Type -> Type) (f p) -> IfM yg Weighted (Proxy :: Type -> Type) (g p) -> IfM (yf ||? yg) Weighted (Proxy :: Type -> Type) ((f :+: g) p)

    generic-random Generic.Random.Internal.BaseCase

    No documentation available.

  8. gbcsSumCompare :: forall proxy0 proxy (p :: k) . GBCSSumCompare f g z e o => proxy0 o -> proxy '(z, e) -> Weighted (f p) -> Weighted (g p) -> Weighted ((f :+: g) p)

    generic-random Generic.Random.Internal.BaseCase

    No documentation available.

  9. class GASum opts (f :: Type -> Type)

    generic-random Generic.Random.Internal.Generic

    No documentation available.

  10. gaSum :: GASum opts f => opts -> Int -> Weights_ f -> Gen (f p)

    generic-random Generic.Random.Internal.Generic

    No documentation available.

Page 122 of many | Previous | Next