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. stepFunctionsActivity :: Val Text -> StepFunctionsActivity

    stratosphere Stratosphere.Resources.StepFunctionsActivity

    Constructor for StepFunctionsActivity containing required fields as arguments.

  2. stepFunctionsStateMachine :: Val Text -> StepFunctionsStateMachine

    stratosphere Stratosphere.Resources.StepFunctionsStateMachine

    Constructor for StepFunctionsStateMachine containing required fields as arguments.

  3. stepName :: Step -> String

    stylish-haskell Language.Haskell.Stylish

    No documentation available.

  4. stepFilter :: Step -> Lines -> Module -> Lines

    stylish-haskell Language.Haskell.Stylish.Step

    No documentation available.

  5. stepName :: Step -> String

    stylish-haskell Language.Haskell.Stylish.Step

    No documentation available.

  6. stepAnt :: Step ex -> [Formula ex]

    swish Swish.Proof

    Antecedents of inference rule

  7. stepCon :: Step ex -> Formula ex

    swish Swish.Proof

    Named consequence of inference rule

  8. stepRule :: Step ex -> Rule ex

    swish Swish.Proof

    Inference rule used

  9. stepper :: MonadIO m => a -> Event a -> m (Behavior a)

    threepenny-gui Graphics.UI.Threepenny.Core

    Construct a time-varying function from an initial value and a stream of new values. Think of it as

    stepper x0 ex = return $ \time ->
    last (x0 : [x | (timex,x) <- ex, timex < time])
    
    Note that the smaller-than-sign in the comparison timex < time means that the value of the behavior changes "slightly after" the event occurrences. This allows for recursive definitions.

  10. stepper :: MonadIO m => a -> Event a -> m (Behavior a)

    threepenny-gui Reactive.Threepenny

    Construct a time-varying function from an initial value and a stream of new values. Think of it as

    stepper x0 ex = return $ \time ->
    last (x0 : [x | (timex,x) <- ex, timex < time])
    
    Note that the smaller-than-sign in the comparison timex < time means that the value of the behavior changes "slightly after" the event occurrences. This allows for recursive definitions.

Page 25 of many | Previous | Next