Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. stepWire :: Monad m => Wire s e m a b -> s -> Either e a -> m (Either e b, Wire s e m a b)

    netwire Control.Wire.Core

    Perform one step of the given wire.

  2. stepSession :: Session (m :: Type -> Type) s -> m (s, Session m s)

    netwire Control.Wire.Session

    No documentation available.

  3. stepTime :: StepMeasure IO Nanos

    perf Perf.Time

    tick as a StepMeasure

  4. stepM :: Monad m => m i -> (i -> m t) -> m a -> m (t, a)

    perf Perf.Types

    A single step measurement.

  5. stepThread :: s -> Thread s r -> [Thread s r]

    regex-applicative Text.Regex.Applicative.Object

    Feed a symbol into a non-result thread. It is an error to call stepThread on a result thread.

  6. stepBack :: forall str (m :: Type -> Type) a . (StringLike str, Monad m) => ScraperT str m a -> SerialScraperT str m a

    scalpel-core Text.HTML.Scalpel.Core

    Move the cursor back one node and execute the given scraper on the new focused node.

  7. stepNext :: forall str (m :: Type -> Type) a . (StringLike str, Monad m) => ScraperT str m a -> SerialScraperT str m a

    scalpel-core Text.HTML.Scalpel.Core

    Move the cursor forward one node and execute the given scraper on the new focused node.

  8. stepsPerOctave :: Pattern Double -> ControlPattern

    tidal-core Sound.Tidal.Params

    No documentation available.

  9. stepsPerOctaveCount :: String -> ControlPattern

    tidal-core Sound.Tidal.Params

    No documentation available.

  10. stepsPerOctaveCountTo :: String -> Pattern Double -> Pattern ValueMap

    tidal-core Sound.Tidal.Params

    No documentation available.

Page 19 of many | Previous | Next