Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. stepV :: Double -> Double -> Double

    learn-physics Physics.Learn.Schrodinger1D

    A step barrier potential. Potential is zero to left of origin.

  2. stepSolution :: EvolutionMethod state -> Time state -> SolutionMethod state

    learn-physics Physics.Learn.StateSpace

    Given an evolution method and a time step, return the solution method which applies the evolution method repeatedly with with given time step. The solution method returned will produce an infinite list of states.

  3. step_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The step attribute.

  4. step_ :: MisoString -> Attribute action

    miso Miso.Html

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/step

  5. step_ :: MisoString -> Attribute action

    miso Miso.Html.Property

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/step

  6. stepParser :: ParserState c a -> c -> Maybe (ParserState c a)

    parser-regex Regex.Base

    Step a parser by feeding a single element c. Returns Nothing if parsing has failed regardless of further input. Otherwise, returns an updated ParserState.

  7. stepParser :: ParserState c a -> c -> Maybe (ParserState c a)

    parser-regex Regex.Internal.Parser

    Step a parser by feeding a single element c. Returns Nothing if parsing has failed regardless of further input. Otherwise, returns an updated ParserState.

  8. stepTime :: StepMeasure IO Nanos

    perf Perf.Time

    tick as a StepMeasure

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

    perf Perf.Types

    A single step measurement.

  10. stepDL :: DynLogicModel s => DynLogic s -> Annotated s -> TestStep s -> [DynLogic s]

    quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal

    No documentation available.

Page 24 of many | Previous | Next