Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. stepsPerOctavebus :: Pattern Int -> Pattern Double -> ControlPattern

    tidal Sound.Tidal.Boot

    No documentation available.

  2. stepsPerOctaverecv :: Pattern Int -> ControlPattern

    tidal Sound.Tidal.Boot

    No documentation available.

  3. steps_seq :: Show a => [TPat a] -> (Rational, String)

    tidal Sound.Tidal.Boot

    No documentation available.

  4. steps_size :: Show a => [TPat a] -> [(Rational, String)]

    tidal Sound.Tidal.Boot

    No documentation available.

  5. steps_tpat :: Show a => TPat a -> (Rational, String)

    tidal Sound.Tidal.Boot

    No documentation available.

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

    tidal Sound.Tidal.Boot

    No documentation available.

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

  8. stepX :: StateFDTD -> R

    LPFP-core LPFPCore.Maxwell

    No documentation available.

  9. stepY :: StateFDTD -> R

    LPFP-core LPFPCore.Maxwell

    No documentation available.

  10. stepZ :: StateFDTD -> R

    LPFP-core LPFPCore.Maxwell

    No documentation available.

Page 27 of many | Previous | Next