Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. step :: Write sig a => T sig a

    synthesizer-core Synthesizer.Generic.Piece

    No documentation available.

  2. step :: C a v => Parameter a -> v -> State v (Result v)

    synthesizer-core Synthesizer.Plain.Filter.Recursive.FirstOrder

    No documentation available.

  3. step :: C a v => Parameter a -> v -> State (T v) (Result v)

    synthesizer-core Synthesizer.Plain.Filter.Recursive.FirstOrderComplex

    Universal filter: Computes high pass, band pass, low pass in one go

  4. step :: (C a, C a v) => Parameter a -> v -> State (State v) v

    synthesizer-core Synthesizer.Plain.Filter.Recursive.SecondOrder

    No documentation available.

  5. step :: (C a, C a v, Storable a, Storable v) => Parameter a -> v -> State (State v) v

    synthesizer-core Synthesizer.Plain.Filter.Recursive.SecondOrderCascade

    No documentation available.

  6. step :: (C a, C a v) => Parameter a -> v -> State (State v) (Result v)

    synthesizer-core Synthesizer.Plain.Filter.Recursive.Universal

    Universal filter: Computes high pass, band pass, low pass in one go

  7. step :: Simple s ctrl a b -> ctrl -> a -> State s b

    synthesizer-core Synthesizer.Plain.Modifier

    No documentation available.

  8. step :: T a

    synthesizer-core Synthesizer.State.Piece

    No documentation available.

  9. step :: Monad m => (a -> m (b, e)) -> AutomatonExcept a b m e

    automaton Data.Automaton.Trans.Except

    Advances a single tick with the given Kleisli arrow, and then throws an exception.

  10. step :: StreamT (m :: Type -> Type) a -> s -> m (Result s a)

    automaton Data.Stream

    Stepping a stream by one tick means: 1. performing a side effect in m 2. updating the internal state s 3. outputting a value of type a

Page 2 of many | Previous | Next