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. steps_tpat :: Show a => TPat a -> (Rational, String)

    tidal Sound.Tidal.Boot

    No documentation available.

  2. steptake :: Pattern Time -> Pattern a -> Pattern a

    tidal Sound.Tidal.Boot

    No documentation available.

  3. stepzip :: [Pattern a] -> Pattern a

    tidal Sound.Tidal.Boot

    No documentation available.

  4. 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
    

  5. stepX :: StateFDTD -> R

    LPFP-core LPFPCore.Maxwell

    No documentation available.

  6. stepY :: StateFDTD -> R

    LPFP-core LPFPCore.Maxwell

    No documentation available.

  7. stepZ :: StateFDTD -> R

    LPFP-core LPFPCore.Maxwell

    No documentation available.

  8. stepEnd :: TimingFunction

    clay Clay.Transition

    No documentation available.

  9. stepStart :: TimingFunction

    clay Clay.Transition

    No documentation available.

  10. stepStop :: TimingFunction

    clay Clay.Transition

    Deprecated: Use stepEnd instead.

Page 29 of many | Previous | Next