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.
senumFromStepN :: Num e => e -> e -> Sz1 -> Vector DS emassiv Data.Massiv.Vector O(n) - Enumerate from a starting number x exactly n times with a custom step value dx
Examples
>>> senumFromStepN (5 :: Int) 2 10 Array DS Seq (Sz1 10) [ 5, 7, 9, 11, 13, 15, 17, 19, 21, 23 ]
Similar:- Prelude.enumFrom Just like take n [x, x + dx ..], except that senumFromN is faster and it only works for Num and not for Enum elements
- Data.Vector.Generic.enumFromStepN Uses exactly the same implementation underneath.
viewStateScaleStep :: ViewState -> !Floatgloss Graphics.Gloss.Data.ViewState How much to scale the world by for each step of the mouse wheel.
fSteps :: (C x, C y) => T x y (x, y)gnuplot Graphics.Gnuplot.Graph.TwoDimensional No documentation available.
hiSteps :: (C x, C y) => T x y (x, y)gnuplot Graphics.Gnuplot.Graph.TwoDimensional No documentation available.
-
gnuplot Graphics.Gnuplot.Simple No documentation available.
-
gnuplot Graphics.Gnuplot.Simple No documentation available.
cellStep :: Cell (m :: Type -> Type) a b -> s -> a -> m (b, s)essence-of-live-coding LiveCoding.Cell No documentation available.
livestep :: Monad m => p -> m Stringessence-of-live-coding LiveCoding.GHCi Run one program step, assuming you have a launched program in a variable launchedProgram.
liveStep :: LiveProgram (m :: Type -> Type) -> s -> m sessence-of-live-coding LiveCoding.LiveProgram No documentation available.
ghciStepIoMClassOpKey :: Uniqueghc-lib-parser GHC.Builtin.Names No documentation available.