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. stepAnt :: Step ex -> [Formula ex]

    swish Swish.Proof

    Antecedents of inference rule

  2. stepCon :: Step ex -> Formula ex

    swish Swish.Proof

    Named consequence of inference rule

  3. stepRule :: Step ex -> Rule ex

    swish Swish.Proof

    Inference rule used

  4. stepper :: MonadIO m => a -> Event a -> m (Behavior a)

    threepenny-gui Graphics.UI.Threepenny.Core

    Construct a time-varying function from an initial value and a stream of new values. Think of it as

    stepper x0 ex = return $ \time ->
    last (x0 : [x | (timex,x) <- ex, timex < time])
    
    Note that the smaller-than-sign in the comparison timex < time means that the value of the behavior changes "slightly after" the event occurrences. This allows for recursive definitions.

  5. stepper :: MonadIO m => a -> Event a -> m (Behavior a)

    threepenny-gui Reactive.Threepenny

    Construct a time-varying function from an initial value and a stream of new values. Think of it as

    stepper x0 ex = return $ \time ->
    last (x0 : [x | (timex,x) <- ex, timex < time])
    
    Note that the smaller-than-sign in the comparison timex < time means that the value of the behavior changes "slightly after" the event occurrences. This allows for recursive definitions.

  6. stepJoin :: Pattern (Pattern a) -> Pattern a

    tidal Sound.Tidal.Boot

    No documentation available.

  7. stepalt :: [[Pattern a]] -> Pattern a

    tidal Sound.Tidal.Boot

    Successively plays a pattern from each group in turn

  8. stepcat :: [Pattern a] -> Pattern a

    tidal Sound.Tidal.Boot

    No documentation available.

  9. stepcount :: Pattern a -> Int

    tidal Sound.Tidal.Boot

    No documentation available.

  10. stepdrop :: Pattern Time -> Pattern a -> Pattern a

    tidal Sound.Tidal.Boot

    No documentation available.

Page 27 of many | Previous | Next