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.
stepV :: Double -> Double -> Doublelearn-physics Physics.Learn.Schrodinger1D A step barrier potential. Potential is zero to left of origin.
stepSolution :: EvolutionMethod state -> Time state -> SolutionMethod statelearn-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.
-
lucid2 Lucid.Html5 The step attribute.
step_ :: MisoString -> Attribute actionmiso Miso.Html https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/step
step_ :: MisoString -> Attribute actionmiso Miso.Html.Property https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/step
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.
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.
stepTime :: StepMeasure IO Nanosperf Perf.Time tick as a StepMeasure
stepM :: Monad m => m i -> (i -> m t) -> m a -> m (t, a)perf Perf.Types A single step measurement.
stepDL :: DynLogicModel s => DynLogic s -> Annotated s -> TestStep s -> [DynLogic s]quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal No documentation available.