Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. bindVariableSum :: BindingSet s -> VariableSum -> NonEmpty s

    quickcheck-monoid-subclasses Internal.Prelude

    No documentation available.

  2. evalVariableSum :: Semigroup s => BindingSet s -> VariableSum -> s

    quickcheck-monoid-subclasses Internal.Prelude

    No documentation available.

  3. genVariableSum :: Gen VariableSum

    quickcheck-monoid-subclasses Internal.Prelude

    No documentation available.

  4. showVariableSum :: Show s => BindingSet s -> VariableSum -> String

    quickcheck-monoid-subclasses Internal.Prelude

    No documentation available.

  5. assumeNonNegArg :: (Ord a, Num a) => AST a -> AST a

    quote-quot Numeric.QuoteQuot

    Optimize AST, assuming that Arg is non-negative.

  6. crossSum :: (MonadMoment m, C set, Ord key) => Behavior Int -> T m time set key Velocity

    reactive-midyim Reactive.Banana.MIDI.Pattern

    No documentation available.

  7. crossSumIndex :: MonadMoment m => Behavior Int -> Event time -> m (Event Int)

    reactive-midyim Reactive.Banana.MIDI.Pattern

    No documentation available.

  8. crossSumStaticIndex :: MonadMoment m => Int -> Event time -> m (Event Int)

    reactive-midyim Reactive.Banana.MIDI.Pattern

    No documentation available.

  9. asum :: (Generator c, Alternative f, f a ~ Elem c) => c -> f a

    reducers Data.Generator.Combinators

    The sum of a collection of actions, generalizing concat

    reduceWith getAlt
    

  10. msum :: (Generator c, MonadPlus m, m a ~ Elem c) => c -> m a

    reducers Data.Generator.Combinators

    The sum of a collection of actions, generalizing concat

    reduceWith getMonadSum
    

Page 176 of many | Previous | Next