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. steptake :: Pattern Time -> Pattern a -> Pattern a

    tidal Sound.Tidal.Boot

    No documentation available.

  2. stepMany :: Monad m => VarT m a b -> [a] -> a -> m (b, VarT m a b)

    varying Control.Varying.Core

    Iterate a var over a list of input until all input is consumed, then iterate the var using one single input. Returns the resulting output value and the new var.

    >>> let Identity (outputs, _) = stepMany (accumulate (+) 0) [1,1,1] 1
    
    >>> print outputs
    4
    

  3. stepX :: StateFDTD -> R

    LPFP-core LPFPCore.Maxwell

    No documentation available.

  4. stepY :: StateFDTD -> R

    LPFP-core LPFPCore.Maxwell

    No documentation available.

  5. stepZ :: StateFDTD -> R

    LPFP-core LPFPCore.Maxwell

    No documentation available.

  6. stepEnd :: TimingFunction

    clay Clay.Transition

    No documentation available.

  7. stepStart :: TimingFunction

    clay Clay.Transition

    No documentation available.

  8. stepStop :: TimingFunction

    clay Clay.Transition

    Deprecated: Use stepEnd instead.

  9. stepsStart :: Integer -> TimingFunction

    clay Clay.Transition

    No documentation available.

  10. stepsStop :: Integer -> TimingFunction

    clay Clay.Transition

    No documentation available.

Page 29 of many | Previous | Next