Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. stepsUp :: forall (f :: Type -> Type) x . These1 f (Steps f) x -> Steps f x

    functor-combinators Control.Applicative.Step

    Unshift an item into a Steps. Because a Steps f is f These1 f These1 f These1 f These1 ... forever, this basically conses an additional possibility of f to the beginning of it all. You can think of it as reassociating

    f These1 ( f These1 f These1 f These1 ...)
    
    into
    f These1 f These1 f These1 f These1 ...
    
    If you give:
    • This1, then it returns a singleton Steps with one item at index 0
    • That1, then it shifts every item in the given Steps up one index.
    • These1, then it shifts every item in the given Steps up one index, and adds the given item (the f) at index zero.
    Forms an isomorphism with stepDown (see stepping).

  2. stepPos :: Step (f :: k -> Type) (a :: k) -> Natural

    functor-combinators Data.Functor.Combinator

    No documentation available.

  3. stepVal :: Step (f :: k -> Type) (a :: k) -> f a

    functor-combinators Data.Functor.Combinator

    No documentation available.

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

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

    netwire Control.Wire.Session

    No documentation available.

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

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

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

  9. stepsPerOctave :: Pattern Double -> ControlPattern

    tidal-core Sound.Tidal.Params

    No documentation available.

  10. stepsPerOctaveCount :: String -> ControlPattern

    tidal-core Sound.Tidal.Params

    No documentation available.

Page 19 of many | Previous | Next